aboutsummaryrefslogtreecommitdiff
path: root/brep/module.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-02-12 16:52:43 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-02-12 16:52:43 +0200
commitb250ead8e7237813e9bbd91cb3a9382592bf4abc (patch)
treef3386f125b0c4f5fc9eae8d24f8ea25fc0b8c59e /brep/module.cxx
parent1b60fb26391e6645d18ddb8e42fb3d41de398a78 (diff)
<types>/<utility> scheme cleanup
Diffstat (limited to 'brep/module.cxx')
-rw-r--r--brep/module.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/brep/module.cxx b/brep/module.cxx
index b451627..e8a824d 100644
--- a/brep/module.cxx
+++ b/brep/module.cxx
@@ -7,18 +7,13 @@
#include <httpd.h>
#include <http_log.h>
-#include <ostream>
#include <sstream>
#include <cstring> // strchr()
-#include <stdexcept>
#include <functional> // bind()
#include <web/module>
#include <web/apache/log>
-#include <brep/types>
-#include <brep/utility>
-
#include <brep/options>
using namespace std;