summaryrefslogtreecommitdiffstats
path: root/src/DabMux.h
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-04-17 20:19:56 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-04-17 20:19:56 +0200
commit5f9e7bc673025ffdc953d254be0d0c65c70ee908 (patch)
tree05c023814851e2135e22a98c676115d67334f664 /src/DabMux.h
parentdd428769ba5587e913cb2d768e2bca4b70f98c5d (diff)
downloaddabmux-5f9e7bc673025ffdc953d254be0d0c65c70ee908.tar.gz
dabmux-5f9e7bc673025ffdc953d254be0d0c65c70ee908.tar.bz2
dabmux-5f9e7bc673025ffdc953d254be0d0c65c70ee908.zip
Remove using directives from .h files
Diffstat (limited to 'src/DabMux.h')
-rw-r--r--src/DabMux.h5
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 ****************************