mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-23 10:53:04 -04:00
CLEANUP: actions: missplaced includes
The include of action.h are misplaced.
This commit is contained in:
parent
5bc2cbf8f4
commit
ec3c37db3b
3 changed files with 2 additions and 1 deletions
|
|
@ -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 a new issue