aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/sender.c
diff options
context:
space:
mode:
Diffstat (limited to 'Source/charon/sender.c')
-rw-r--r--Source/charon/sender.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/charon/sender.c b/Source/charon/sender.c
index 074d30b65..d2376962f 100644
--- a/Source/charon/sender.c
+++ b/Source/charon/sender.c
@@ -25,9 +25,9 @@
#include "sender.h"
-#include <socket.h>
-#include <packet.h>
#include <globals.h>
+#include <network/socket.h>
+#include <network/packet.h>
#include <queues/send_queue.h>
#include <utils/allocator.h>
#include <utils/logger_manager.h>