diff TestRBTree.cpp @ 62:247adcbbaf8b

Remove unnecessary includes in .cpp files.
author Tom Fredrik Blenning Klaussen <bfg@blenning.no>
date Fri, 14 Sep 2012 20:57:44 +0200
parents 06166d6c083b
children
line wrap: on
line diff
--- a/TestRBTree.cpp	Fri Sep 14 20:41:35 2012 +0200
+++ b/TestRBTree.cpp	Fri Sep 14 20:57:44 2012 +0200
@@ -1,8 +1,6 @@
 #include "RBTree.hpp"
 #include "TestFramework.hpp"
 
-#include <QtCore/QString>
-
 BOOST_AUTO_TEST_CASE( TestInsertLeftHeavy )
 {
   RBTree<QString> map;