X-Git-Url: https://www.kengrimes.com/gitweb/?p=henge%2Fapc.git;a=blobdiff_plain;f=src%2Fapc.h;h=efed4d425fd04dcfa3ea2b8990f8cc67b0852a72;hp=6a8df1ef53c56460f00a83ea8062d7955e433534;hb=0dc97f87cbbe47ef84501678f302404d042428b1;hpb=f48eaa2ebbcaaf80ba45e4b04667ddd0229f63f3 diff --git a/src/apc.h b/src/apc.h index 6a8df1e..efed4d4 100644 --- a/src/apc.h +++ b/src/apc.h @@ -1,6 +1,5 @@ -#include -#include -#include +#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_