From: Willy Tarreau Date: Tue, 5 Oct 2021 16:04:48 +0000 (+0200) Subject: CLEANUP: pools: pools-t.h doesn't need to include thread-t.h X-Git-Tag: v2.5-dev9~86 X-Git-Url: http://git.haproxy.org/?a=commitdiff_plain;h=690fa145ef512142e9ce54ccb834adb0ad88c224;p=haproxy-2.5.git CLEANUP: pools: pools-t.h doesn't need to include thread-t.h This is probably a leftover from an older version to access MAX_THREADS. --- diff --git a/include/haproxy/pool-t.h b/include/haproxy/pool-t.h index c33ffc7..111ae3a 100644 --- a/include/haproxy/pool-t.h +++ b/include/haproxy/pool-t.h @@ -24,7 +24,6 @@ #include #include -#include #define MEM_F_SHARED 0x1 #define MEM_F_EXACT 0x2