diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2022-07-02 20:40:41 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2022-07-08 19:17:35 +0200 |
commit | 86a947b9446b9b5d881d1a974cfe1bcde9d08f2f (patch) | |
tree | 808bfcb82223d4193f8e70b174065049aab1f67f /tests/libutil/threadpool.c | |
parent | e6a19ba1a05f77f051187a6b1a828ee6d39ce052 (diff) |
Cleanup: move test.h to libutil
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'tests/libutil/threadpool.c')
-rw-r--r-- | tests/libutil/threadpool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libutil/threadpool.c b/tests/libutil/threadpool.c index 4b07935..8d1bda5 100644 --- a/tests/libutil/threadpool.c +++ b/tests/libutil/threadpool.c @@ -7,7 +7,7 @@ #include "config.h" #include "util/threadpool.h" -#include "../test.h" +#include "util/test.h" #if defined(_WIN32) || defined(__WINDOWS__) #define WIN32_LEAN_AND_MEAN |