diff options
Diffstat (limited to 'src/DabMux.h')
-rw-r--r-- | src/DabMux.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/DabMux.h b/src/DabMux.h index 3c03add..d54d818 100644 --- a/src/DabMux.h +++ b/src/DabMux.h @@ -28,9 +28,6 @@ #ifndef _DABMUX_H #define _DABMUX_H -#include <vector> -#include <functional> -#include <algorithm> #include <stdint.h> #include "dabOutput/dabOutput.h" #include "dabInput.h" @@ -66,8 +63,6 @@ #define DEFAULT_SERVICE_ID 50 #define DEFAULT_PACKET_ADDRESS 0 -using namespace std; - /***************************************************************************** ***************** Definition of FIG structures **************************** |