aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2018-01-04 13:53:15 +0100
committerMax <msuraev@sysmocom.de>2018-01-04 14:31:54 +0100
commitd09843c692ed8fc38643c9b46ee4aad71cabc413 (patch)
treec2d6fd1deec7d38eb49922cb7d0d8c9b8b7ba743
parente5448ff9720b7efe4567ef423c94cab906438e3f (diff)
Remove unused headers
-rw-r--r--CommonLibs/VectorTest.cpp4
-rw-r--r--Transceiver52M/Channelizer.cpp1
-rw-r--r--Transceiver52M/Synthesis.cpp2
-rw-r--r--Transceiver52M/USRPDevice.cpp2
4 files changed, 1 insertions, 8 deletions
diff --git a/CommonLibs/VectorTest.cpp b/CommonLibs/VectorTest.cpp
index ad5c473..6958889 100644
--- a/CommonLibs/VectorTest.cpp
+++ b/CommonLibs/VectorTest.cpp
@@ -28,10 +28,6 @@
#include "Vector.h"
#include <iostream>
-// We must have a gConfig now to include Vector.
-#include "Configuration.h"
-ConfigurationTable gConfig;
-
using namespace std;
typedef Vector<int> TestVector;
diff --git a/Transceiver52M/Channelizer.cpp b/Transceiver52M/Channelizer.cpp
index 4b163b9..80eab3e 100644
--- a/Transceiver52M/Channelizer.cpp
+++ b/Transceiver52M/Channelizer.cpp
@@ -25,7 +25,6 @@
#include <string.h>
#include <cstdio>
-#include "Logger.h"
#include "Channelizer.h"
extern "C" {
diff --git a/Transceiver52M/Synthesis.cpp b/Transceiver52M/Synthesis.cpp
index 0f8197a..22481d5 100644
--- a/Transceiver52M/Synthesis.cpp
+++ b/Transceiver52M/Synthesis.cpp
@@ -24,8 +24,8 @@
#include <assert.h>
#include <string.h>
#include <cstdio>
+#include <iostream>
-#include "Logger.h"
#include "Synthesis.h"
extern "C" {
diff --git a/Transceiver52M/USRPDevice.cpp b/Transceiver52M/USRPDevice.cpp
index 3d20411..034ccd8 100644
--- a/Transceiver52M/USRPDevice.cpp
+++ b/Transceiver52M/USRPDevice.cpp
@@ -36,8 +36,6 @@
#include "Threads.h"
#include "USRPDevice.h"
-#include <Logger.h>
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif