aboutsummaryrefslogtreecommitdiff
path: root/brep/services.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-04-21 16:05:13 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-04-21 16:05:13 +0200
commit2a0f39b29c1bea6a4497c0f1826052ffa453af9e (patch)
tree283f6bf1569c1b9f00b6e25fe986ccfff8a8629f /brep/services.cxx
parentc6b4d6c6489731eedba606d3c85c4319c4478b50 (diff)
Move module implementation from brep/ to mod/
Diffstat (limited to 'brep/services.cxx')
-rw-r--r--brep/services.cxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/brep/services.cxx b/brep/services.cxx
deleted file mode 100644
index 94c7fc6..0000000
--- a/brep/services.cxx
+++ /dev/null
@@ -1,15 +0,0 @@
-// file : brep/services.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
-// license : MIT; see accompanying LICENSE file
-
-#include <ap_config.h> // AP_MODULE_DECLARE_DATA
-
-#include <web/apache/service>
-
-#include <brep/types>
-#include <brep/utility>
-
-#include <brep/mod-repository-root>
-
-static brep::repository_root mod;
-web::apache::service AP_MODULE_DECLARE_DATA brep_module ("brep", mod);