aboutsummaryrefslogtreecommitdiffstats
path: root/include/crow.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/crow.h')
-rw-r--r--include/crow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/crow.h b/include/crow.h
index 953d990..cb9f1b3 100644
--- a/include/crow.h
+++ b/include/crow.h
@@ -10,11 +10,11 @@
#include "settings.h"
#include "logging.h"
-#include "http_server.h"
#include "utility.h"
#include "routing.h"
#include "middleware_context.h"
#include "http_request.h"
+#include "http_server.h"
#define CROW_ROUTE(app, url) app.route<crow::black_magic::get_parameter_tag(url)>(url)