From ec3c37db3b62db315cbc1bfd759fcb30ebd0891c Mon Sep 17 00:00:00 2001 From: Thierry FOURNIER Date: Thu, 10 Sep 2015 18:28:10 +0200 Subject: [PATCH] CLEANUP: actions: missplaced includes The include of action.h are misplaced. --- include/proto/proto_http.h | 1 + include/proto/proto_tcp.h | 1 + include/types/proto_http.h | 1 - 3 files changed, 2 insertions(+), 1 deletion(-) 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 */ -- 2.39.5