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;