mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-12 14:35:14 +00:00
MINOR: build: fix build dependency
fix include dependency. The header file sample.h don't need to known the content of the struct arg, so I remove the include, and replace it by a simple pointer declaration. This prevent an include dependecy issue with the next patch.
This commit is contained in:
parent
0e11863a6f
commit
a9ff994461
@ -28,9 +28,10 @@
|
||||
|
||||
#include <common/chunk.h>
|
||||
#include <common/mini-clist.h>
|
||||
#include <types/arg.h>
|
||||
#include <types/proto_http.h>
|
||||
|
||||
struct arg;
|
||||
|
||||
/* input and output sample types */
|
||||
enum {
|
||||
SMP_T_ANY = 0, /* any type */
|
||||
|
Loading…
Reference in New Issue
Block a user