diff options
Diffstat (limited to 'command/ts2pkt.h')
-rw-r--r-- | command/ts2pkt.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/command/ts2pkt.h b/command/ts2pkt.h index 122bc5c..6dbcd13 100644 --- a/command/ts2pkt.h +++ b/command/ts2pkt.h @@ -8,11 +8,6 @@ #ifndef __ts2pkt_h_ #define __ts2pkt_h_ -extern "C" -{ -#include "debug.h" -} - #ifndef TS_SIZE #define TS_SIZE 188 #endif @@ -21,9 +16,6 @@ extern "C" typedef unsigned char uchar; #endif -#include <stdlib.h> -#include <string.h> - #include "global.h" #include "queue.h" |