aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcathook <b01902109@csie.ntu.edu.tw>2014-05-01 05:16:13 +0800
committercathook <b01902109@csie.ntu.edu.tw>2014-05-01 05:16:13 +0800
commit95633629f82427d57e5a72899c46da50a972f72b (patch)
treeca1ac4c31e73454f38f1c2ccba3bde3ce36cde33
parentb05f1bc3bc1a0f3316b755f8c2a9acab562614ad (diff)
downloadmeow-95633629f82427d57e5a72899c46da50a972f72b.tar
meow-95633629f82427d57e5a72899c46da50a972f72b.tar.gz
meow-95633629f82427d57e5a72899c46da50a972f72b.tar.bz2
meow-95633629f82427d57e5a72899c46da50a972f72b.tar.lz
meow-95633629f82427d57e5a72899c46da50a972f72b.tar.xz
meow-95633629f82427d57e5a72899c46da50a972f72b.tar.zst
meow-95633629f82427d57e5a72899c46da50a972f72b.zip
...
-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__