diff options
Diffstat (limited to 'command/decoder.h')
-rw-r--r-- | command/decoder.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/command/decoder.h b/command/decoder.h index 8f05108..12b398e 100644 --- a/command/decoder.h +++ b/command/decoder.h @@ -8,22 +8,6 @@ #ifndef __decoder_h_ #define __decoder_h_ -#define __STDC_CONSTANT_MACROS - -#include <stdint.h> -#include <sched.h> -#include <sys/types.h> -#include <string.h> -#include <cstdlib> - -#ifndef DECLARE_ALIGNED -#define DECLARE_ALIGNED(n,t,v) t v __attribute__ ((aligned (n))) -#endif - -#ifndef CPU_COUNT -#define CPU_COUNT(i) 1 // very crude ;) -#endif - #ifndef uchar typedef unsigned char uchar; #endif |