Already 1st slight improvement: move #include after test if we've been

included before.
This commit is contained in:
rocky
2005-10-13 01:03:23 +00:00
parent fb52788891
commit 8812a35fd3

View File

@@ -52,11 +52,11 @@
* See http://www.ecma.ch
*/
#include <cdio/types.h>
#ifndef _ECMA_167_H
#define _ECMA_167_H 1
#include <cdio/types.h>
/** Tag identifiers */
typedef enum {
TAGID_PRI_VOL = 1,