aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/template/mustachetest.cpp4
-rw-r--r--tests/unittest.cpp9
2 files changed, 3 insertions, 10 deletions
diff --git a/tests/template/mustachetest.cpp b/tests/template/mustachetest.cpp
index 1caf537..0041889 100644
--- a/tests/template/mustachetest.cpp
+++ b/tests/template/mustachetest.cpp
@@ -2,8 +2,8 @@
#include <fstream>
#include <string>
#include <iterator>
-#include "mustache.h"
-#include "json.h"
+#include "crow/mustache.h"
+#include "crow/json.h"
using namespace std;
using namespace crow;
using namespace crow::mustache;
diff --git a/tests/unittest.cpp b/tests/unittest.cpp
index 2414134..a85f7bc 100644
--- a/tests/unittest.cpp
+++ b/tests/unittest.cpp
@@ -3,16 +3,9 @@
#include <iostream>
#include <sstream>
#include <vector>
-#include "settings.h"
+#include "crow.h"
#undef CROW_LOG_LEVEL
#define CROW_LOG_LEVEL 0
-#include "routing.h"
-#include "utility.h"
-#include "crow.h"
-#include "json.h"
-#include "mustache.h"
-#include "middleware.h"
-#include "query_string.h"
using namespace std;
using namespace crow;