]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: pools: pools-t.h doesn't need to include thread-t.h
authorWilly Tarreau <w@1wt.eu>
Tue, 5 Oct 2021 16:04:48 +0000 (18:04 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 23:36:51 +0000 (01:36 +0200)
This is probably a leftover from an older version to access MAX_THREADS.

include/haproxy/pool-t.h

index c33ffc7f1b32f75747f9e9e1ee13bd37e4985817..111ae3a960923315f50d7215c40ccac883f685a7 100644 (file)
@@ -24,7 +24,6 @@
 
 #include <haproxy/api-t.h>
 #include <haproxy/list-t.h>
-#include <haproxy/thread-t.h>
 
 #define MEM_F_SHARED   0x1
 #define MEM_F_EXACT    0x2