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.
This commit is contained in:
Willy Tarreau 2021-10-05 18:04:48 +02:00
parent 1a2134138a
commit 690fa145ef

View 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