aboutsummaryrefslogtreecommitdiff
path: root/services.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'services.cxx')
-rw-r--r--services.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/services.cxx b/services.cxx
index 2da5bca..37b32cf 100644
--- a/services.cxx
+++ b/services.cxx
@@ -2,16 +2,16 @@
// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
-#include <web/apache/service>
-
-#include <brep/search>
#include <brep/view>
+#include <brep/search>
+
+#include <web/apache/service>
using namespace brep;
using web::apache::service;
-static const search search_mod;
+static search search_mod;
service AP_MODULE_DECLARE_DATA search_srv ("search", search_mod);
-static const view view_mod;
+static view view_mod;
service AP_MODULE_DECLARE_DATA view_srv ("view", view_mod);