aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/thread_pool.c
diff options
context:
space:
mode:
Diffstat (limited to 'Source/charon/thread_pool.c')
-rw-r--r--Source/charon/thread_pool.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/charon/thread_pool.c b/Source/charon/thread_pool.c
index d98b621a2..876f6c7df 100644
--- a/Source/charon/thread_pool.c
+++ b/Source/charon/thread_pool.c
@@ -27,10 +27,10 @@
#include "thread_pool.h"
-#include "globals.h"
-#include "queues/job_queue.h"
-#include "utils/allocator.h"
-#include "utils/logger.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