diff --git a/include/haproxy/applet-t.h b/include/haproxy/applet-t.h index 222ad6d63..faa399ed5 100644 --- a/include/haproxy/applet-t.h +++ b/include/haproxy/applet-t.h @@ -26,16 +26,15 @@ #include #include #include -#include #include -#include -#include #include /* 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 {