]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: actions: missplaced includes
authorThierry FOURNIER <tfournier@arpalert.org>
Thu, 10 Sep 2015 16:28:10 +0000 (18:28 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 10 Sep 2015 19:17:04 +0000 (21:17 +0200)
The include of action.h are misplaced.

include/proto/proto_http.h
include/proto/proto_tcp.h
include/types/proto_http.h

index db6252833b314a3ca978f8eff9911701861eb724..d62cd9b9bd11f350785837d210812253ceb87b83 100644 (file)
@@ -23,6 +23,7 @@
 #define _PROTO_PROTO_HTTP_H
 
 #include <common/config.h>
+#include <types/action.h>
 #include <types/proto_http.h>
 #include <types/stream.h>
 #include <types/task.h>
index 17404d44a8fc0e07c6ba7f11e1422347b6ffe84e..8ca7290e51f3462f71e863075bd2deb143ca3f04 100644 (file)
@@ -23,6 +23,7 @@
 #define _PROTO_PROTO_TCP_H
 
 #include <common/config.h>
+#include <types/action.h>
 #include <types/task.h>
 #include <proto/stick_table.h>
 
index 3f827b873c3eb9003ef67a0441465592a4b0e3d6..a208239469f25d7fac89ef1392aa6d81fdf0bbe3 100644 (file)
@@ -27,7 +27,6 @@
 #include <common/mini-clist.h>
 #include <common/regex.h>
 
-#include <types/action.h>
 #include <types/hdr_idx.h>
 
 /* These are the flags that are found in txn->flags */