From: Adam Dickmeiss Date: Fri, 21 Jun 2013 12:30:09 +0000 (+0200) Subject: Remove redundant include X-Git-Tag: v1.3.59~52 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=c16bc7c51598f8325376aca0558d4ab810781f89;p=metaproxy-moved-to-github.git Remove redundant include --- diff --git a/src/filter_http_rewrite.cpp b/src/filter_http_rewrite.cpp index f93d5a7..4a35bad 100644 --- a/src/filter_http_rewrite.cpp +++ b/src/filter_http_rewrite.cpp @@ -30,10 +30,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include -#if HAVE_SYS_TYPES_H -#include -#endif - namespace mp = metaproxy_1; namespace yf = mp::filter;