Tidied up includes
diff --git a/test/FTList-Test.cpp b/test/FTList-Test.cpp
index 99d8d1d..6dc4eae 100755
--- a/test/FTList-Test.cpp
+++ b/test/FTList-Test.cpp
@@ -1,5 +1,3 @@
-#include <iostream>
-
#include <cppunit/extensions/HelperMacros.h>
#include <cppunit/TestCaller.h>
#include <cppunit/TestCase.h>
diff --git a/test/FTMesh-Test.cpp b/test/FTMesh-Test.cpp
index 6d003c9..a23d900 100755
--- a/test/FTMesh-Test.cpp
+++ b/test/FTMesh-Test.cpp
@@ -1,5 +1,3 @@
-#include <iostream>
-
#include <cppunit/extensions/HelperMacros.h>
#include <cppunit/TestCaller.h>
#include <cppunit/TestCase.h>
diff --git a/test/FTPoint-Test.cpp b/test/FTPoint-Test.cpp
index 6903c0e..6e59a8b 100755
--- a/test/FTPoint-Test.cpp
+++ b/test/FTPoint-Test.cpp
@@ -1,6 +1,3 @@
-#include <sys/time.h>
-#include <stdexcept>
-
#include <cppunit/extensions/HelperMacros.h>
#include <cppunit/TestCaller.h>
#include <cppunit/TestCase.h>