Remove redundant include
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 21 Jun 2013 12:30:09 +0000 (14:30 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 21 Jun 2013 12:30:09 +0000 (14:30 +0200)
src/filter_http_rewrite.cpp

index f93d5a7..4a35bad 100644 (file)
@@ -30,10 +30,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
 #include <map>
 
-#if HAVE_SYS_TYPES_H
-#include <sys/types.h>
-#endif
-
 namespace mp = metaproxy_1;
 namespace yf = mp::filter;