diff --git a/CommonLibs/VectorTest.cpp b/CommonLibs/VectorTest.cpp index ad5c473a..69588896 100644 --- a/CommonLibs/VectorTest.cpp +++ b/CommonLibs/VectorTest.cpp @@ -28,10 +28,6 @@ #include "Vector.h" #include -// We must have a gConfig now to include Vector. -#include "Configuration.h" -ConfigurationTable gConfig; - using namespace std; typedef Vector TestVector; diff --git a/Transceiver52M/Channelizer.cpp b/Transceiver52M/Channelizer.cpp index 4b163b96..80eab3ee 100644 --- a/Transceiver52M/Channelizer.cpp +++ b/Transceiver52M/Channelizer.cpp @@ -25,7 +25,6 @@ #include #include -#include "Logger.h" #include "Channelizer.h" extern "C" { diff --git a/Transceiver52M/Synthesis.cpp b/Transceiver52M/Synthesis.cpp index 0f8197a7..22481d53 100644 --- a/Transceiver52M/Synthesis.cpp +++ b/Transceiver52M/Synthesis.cpp @@ -24,8 +24,8 @@ #include #include #include +#include -#include "Logger.h" #include "Synthesis.h" extern "C" { diff --git a/Transceiver52M/USRPDevice.cpp b/Transceiver52M/USRPDevice.cpp index 3d204115..034ccd8e 100644 --- a/Transceiver52M/USRPDevice.cpp +++ b/Transceiver52M/USRPDevice.cpp @@ -36,8 +36,6 @@ #include "Threads.h" #include "USRPDevice.h" -#include - #ifdef HAVE_CONFIG_H #include "config.h" #endif