CLEANUP: actions: missplaced includes

The include of action.h are misplaced.
This commit is contained in:
Thierry FOURNIER 2015-09-10 18:28:10 +02:00 committed by Willy Tarreau
parent 5bc2cbf8f4
commit ec3c37db3b
3 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@
#define _PROTO_PROTO_HTTP_H #define _PROTO_PROTO_HTTP_H
#include <common/config.h> #include <common/config.h>
#include <types/action.h>
#include <types/proto_http.h> #include <types/proto_http.h>
#include <types/stream.h> #include <types/stream.h>
#include <types/task.h> #include <types/task.h>

View File

@ -23,6 +23,7 @@
#define _PROTO_PROTO_TCP_H #define _PROTO_PROTO_TCP_H
#include <common/config.h> #include <common/config.h>
#include <types/action.h>
#include <types/task.h> #include <types/task.h>
#include <proto/stick_table.h> #include <proto/stick_table.h>

View File

@ -27,7 +27,6 @@
#include <common/mini-clist.h> #include <common/mini-clist.h>
#include <common/regex.h> #include <common/regex.h>
#include <types/action.h>
#include <types/hdr_idx.h> #include <types/hdr_idx.h>
/* These are the flags that are found in txn->flags */ /* These are the flags that are found in txn->flags */