diff options
author | Jochen Dolze <vdr@dolze.de> | 2010-06-08 19:26:53 +0200 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2010-06-08 19:26:53 +0200 |
commit | 5623eda874dd036387c7a9a99da805825a669567 (patch) | |
tree | e413d4ae0099bdb974e0c778034375efb35bf62a /command/queue.h | |
parent | b41ac6500b7e6c7c7da546be116ff2923fe7ee86 (diff) | |
download | vdr-plugin-markad-5623eda874dd036387c7a9a99da805825a669567.tar.gz vdr-plugin-markad-5623eda874dd036387c7a9a99da805825a669567.tar.bz2 |
Re-ordered includes
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 |