From 95633629f82427d57e5a72899c46da50a972f72b Mon Sep 17 00:00:00 2001 From: cathook Date: Thu, 1 May 2014 05:16:13 +0800 Subject: ... --- _test/meowpp.h | 19 +++---------------- 1 file 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__ -- cgit v1.2.3