Already 1st slight improvement: move #include after test if we've been
included before.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user