wip
[henge/apc.git] / src / apc.h
index 6a8df1e..efed4d4 100644 (file)
--- a/src/apc.h
+++ b/src/apc.h
@@ -1,6 +1,5 @@
-#include <stdint.h>
-#include <unitypes.h>
-#include <limits.h>
+#ifndef _APC_H_
+#define _APC_H_
 
 //ir.h
 #define BUF_SIZE 256
@@ -26,8 +25,4 @@
 #define FNAME_MAX 1024
 #define FPATH_MAX 8192
 
-
-struct name
-{
-  uint8_t name[MAX_NAME_LEN];
-};
+#endif //_APC_H_