From: Thierry FOURNIER Date: Thu, 10 Sep 2015 16:28:10 +0000 (+0200) Subject: CLEANUP: actions: missplaced includes X-Git-Tag: v1.6-dev5~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec3c37d;p=thirdparty%2Fhaproxy.git CLEANUP: actions: missplaced includes The include of action.h are misplaced. --- diff --git a/include/proto/proto_http.h b/include/proto/proto_http.h index db6252833b..d62cd9b9bd 100644 --- a/include/proto/proto_http.h +++ b/include/proto/proto_http.h @@ -23,6 +23,7 @@ #define _PROTO_PROTO_HTTP_H #include +#include #include #include #include diff --git a/include/proto/proto_tcp.h b/include/proto/proto_tcp.h index 17404d44a8..8ca7290e51 100644 --- a/include/proto/proto_tcp.h +++ b/include/proto/proto_tcp.h @@ -23,6 +23,7 @@ #define _PROTO_PROTO_TCP_H #include +#include #include #include diff --git a/include/types/proto_http.h b/include/types/proto_http.h index 3f827b873c..a208239469 100644 --- a/include/types/proto_http.h +++ b/include/types/proto_http.h @@ -27,7 +27,6 @@ #include #include -#include #include /* These are the flags that are found in txn->flags */