aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/tester.c
diff options
context:
space:
mode:
Diffstat (limited to 'Source/charon/tester.c')
-rw-r--r--Source/charon/tester.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/Source/charon/tester.c b/Source/charon/tester.c
index 938ca46bd..b3bf3f069 100644
--- a/Source/charon/tester.c
+++ b/Source/charon/tester.c
@@ -26,11 +26,12 @@
#include <pthread.h>
#include <sys/time.h>
-#include "allocator.h"
#include "tester.h"
-#include "linked_list.h"
+
+#include "allocator.h"
+#include "utils/linked_list.h"
#include "thread_pool.h"
-#include "job_queue.h"
+#include "queues/job_queue.h"
/**
* @brief Private Variables and Functions of tester class