commit | 690fa145ef512142e9ce54ccb834adb0ad88c224 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Oct 05 18:04:48 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Oct 07 01:36:51 2021 +0200 |
tree | 42decf907abf52d1f1c10f3d4b586542b12baa12 | |
parent | 1a2134138aa2cf0e6d7d4cf146b810861254639b [diff] |
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 <haproxy/api-t.h> #include <haproxy/list-t.h> -#include <haproxy/thread-t.h> #define MEM_F_SHARED 0x1 #define MEM_F_EXACT 0x2