mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-13 19:00:25 -04:00
CLEANUP: remove some unneeded includes from applet-t.h
This file includes streams, proxies, Lua just for some definitions of structures for which we only have a pointer. Let's drop this. That's responsible for 0.2% of all the lines of code.
This commit is contained in:
parent
dced3ebb4a
commit
fd1c17ff46
1 changed files with 2 additions and 3 deletions
|
|
@ -26,16 +26,15 @@
|
|||
#include <haproxy/buf-t.h>
|
||||
#include <haproxy/dynbuf-t.h>
|
||||
#include <haproxy/freq_ctr-t.h>
|
||||
#include <haproxy/hlua-t.h>
|
||||
#include <haproxy/obj_type-t.h>
|
||||
#include <haproxy/proxy-t.h>
|
||||
#include <haproxy/stream-t.h>
|
||||
#include <haproxy/xref-t.h>
|
||||
|
||||
/* flags for appctx->state */
|
||||
#define APPLET_WANT_DIE 0x01 /* applet was running and requested to die */
|
||||
|
||||
struct appctx;
|
||||
struct stream;
|
||||
struct proxy;
|
||||
|
||||
/* Applet descriptor */
|
||||
struct applet {
|
||||
|
|
|
|||
Loading…
Reference in a new issue