aboutsummaryrefslogtreecommitdiffstats
path: root/meowpp.test/src/SplayTree.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'meowpp.test/src/SplayTree.cpp')
-rw-r--r--meowpp.test/src/SplayTree.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/meowpp.test/src/SplayTree.cpp b/meowpp.test/src/SplayTree.cpp
index 9855307..ea24fb8 100644
--- a/meowpp.test/src/SplayTree.cpp
+++ b/meowpp.test/src/SplayTree.cpp
@@ -1,7 +1,7 @@
#include "meowpp/dsa/SplayTree.h"
#include "meowpp/utility.h"
-#include "meowpp.h"
+#include "dsa.h"
#include <algorithm>
#include <utility>
@@ -474,4 +474,4 @@ TEST(SplayTree, "Seems buggy"){
tn * 1.0 / CLOCKS_PER_SEC);
}
return true;
-};
+}