aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'Source/charon/daemon.c')
-rw-r--r--Source/charon/daemon.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/Source/charon/daemon.c b/Source/charon/daemon.c
index b3e9b615d..277d8c6c6 100644
--- a/Source/charon/daemon.c
+++ b/Source/charon/daemon.c
@@ -27,18 +27,18 @@
#include "daemon.h"
-#include "types.h"
-#include "socket.h"
-#include "ike_sa_manager.h"
-#include "sender.h"
-#include "receiver.h"
-#include "scheduler.h"
-#include "thread_pool.h"
-#include "utils/allocator.h"
-#include "utils/logger_manager.h"
-#include "queues/event_queue.h"
-#include "queues/job_queue.h"
-#include "queues/send_queue.h"
+#include <types.h>
+#include <ike_sa_manager.h>
+#include <sender.h>
+#include <receiver.h>
+#include <scheduler.h>
+#include <thread_pool.h>
+#include <network/socket.h>
+#include <utils/allocator.h>
+#include <utils/logger_manager.h>
+#include <queues/event_queue.h>
+#include <queues/job_queue.h>
+#include <queues/send_queue.h>
/* function declaration (defined and described after main function) */