From c16bc7c51598f8325376aca0558d4ab810781f89 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 21 Jun 2013 14:30:09 +0200 Subject: [PATCH] Remove redundant include --- src/filter_http_rewrite.cpp | 4 ---- 1 file changed, 4 deletions(-) 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; -- 1.7.10.4