From 662400d824ceab77cb4dc2d0163b4d48d210b3e1 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 1 May 2017 17:23:45 +0300 Subject: Adapt to adding hxx extension for headers and lib prefix for library dir in libbutl --- web/apache/request.cxx | 4 ++-- web/apache/service.cxx | 2 +- web/module.hxx | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'web') diff --git a/web/apache/request.cxx b/web/apache/request.cxx index 219f887..da016b5 100644 --- a/web/apache/request.cxx +++ b/web/apache/request.cxx @@ -28,8 +28,8 @@ #include #include // min() -#include -#include +#include +#include #include diff --git a/web/apache/service.cxx b/web/apache/service.cxx index 8c3fa82..5a8e757 100644 --- a/web/apache/service.cxx +++ b/web/apache/service.cxx @@ -16,7 +16,7 @@ #include // strlen(), strcmp() #include -#include +#include #include #include diff --git a/web/module.hxx b/web/module.hxx index 1864673..a771641 100644 --- a/web/module.hxx +++ b/web/module.hxx @@ -15,8 +15,8 @@ #include // move() #include // runtime_error -#include -#include +#include +#include namespace web { -- cgit v1.1