diff options
Diffstat (limited to 'Source/charon/thread_pool.c')
-rw-r--r-- | Source/charon/thread_pool.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/charon/thread_pool.c b/Source/charon/thread_pool.c index 322e336fb..c4bd5479a 100644 --- a/Source/charon/thread_pool.c +++ b/Source/charon/thread_pool.c @@ -27,10 +27,10 @@ #include "thread_pool.h" -#include "allocator.h" -#include "logger.h" -#include "queues/job_queue.h" #include "globals.h" +#include "queues/job_queue.h" +#include "utils/allocator.h" +#include "utils/logger.h" /** * @brief structure with private members for thread_pool_t |