diff options
Diffstat (limited to 'command/queue.h')
-rw-r--r-- | command/queue.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/command/queue.h b/command/queue.h index 20cac32..a24014d 100644 --- a/command/queue.h +++ b/command/queue.h @@ -8,19 +8,12 @@ #ifndef __queue_h_ #define __queue_h_ -#include <stdlib.h> #include <stdint.h> -#include <string.h> #ifndef uchar typedef unsigned char uchar; #endif -extern "C" -{ -#include "debug.h" -} - class cMarkAdPaketQueue { struct MP2HDR |