aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--_test/meowpp.h19
1 files changed, 3 insertions, 16 deletions
diff --git a/_test/meowpp.h b/_test/meowpp.h
index ca6c224..86c44c1 100644
--- a/_test/meowpp.h
+++ b/_test/meowpp.h
@@ -1,21 +1,8 @@
#ifndef __meowpp_h__
#define __meowpp_h__
-#include "Usage.h"
-#include "utility.h"
-#include "colors/RGB.h"
-#include "colors/YUV.h"
-#include "colors/HSL.h"
-#include "colors/HSV.h"
-#include "dsa/DisjointSet.h"
-#include "dsa/KD_Tree.h"
-#include "dsa/VP_Tree.h"
-#include "dsa/SegmentTree.h"
-#include "dsa/BinaryIndexTree.h"
-#include "dsa/MergeableHeap.h"
-#include "dsa/SplayTree.h"
-#include "dsa/SplayTree_Range.h"
-#include "oo/Register_Implement.h"
+#include "meowpp/Usage.h"
+#include "meowpp/oo/Register_Implement.h"
extern meow::Usage usg, usg2;
extern int count;
@@ -61,4 +48,4 @@ class Test_##a: public TestFunction{ \
} __test_##a; bool Test_##a::run()
-#endif // meowpp_h__
+#endif // __meowpp_h__