CLEANUP: actions: missplaced includes
The include of action.h are misplaced.
This commit is contained in:
parent
5bc2cbf8f4
commit
ec3c37db3b
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
@ -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 */
|
||||||
|
|
Loading…
Reference in New Issue