Remove unused headers

Change-Id: Idadb17aeb85b011d114ffc1d81c920544bac1989
This commit is contained in:
Max 2018-01-04 13:53:15 +01:00
parent e5448ff972
commit d09843c692
4 changed files with 1 additions and 8 deletions

View File

@ -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;

View File

@ -25,7 +25,6 @@
#include <string.h>
#include <cstdio>
#include "Logger.h"
#include "Channelizer.h"
extern "C" {

View File

@ -24,8 +24,8 @@
#include <assert.h>
#include <string.h>
#include <cstdio>
#include <iostream>
#include "Logger.h"
#include "Synthesis.h"
extern "C" {

View File

@ -36,8 +36,6 @@
#include "Threads.h"
#include "USRPDevice.h"
#include <Logger.h>
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif