From 3081e4e1a82a4efd8feff68850c4cc04af230cd7 Mon Sep 17 00:00:00 2001 From: ipknHama Date: Wed, 21 Sep 2016 23:11:06 +0900 Subject: Cleanup include folder into crow subfolder - only crow.h is exposed now --- tests/unittest.cpp | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'tests/unittest.cpp') 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 #include #include -#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; -- cgit v1.2.3-54-g00ecf