aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/socket.c
diff options
context:
space:
mode:
Diffstat (limited to 'Source/charon/socket.c')
-rw-r--r--Source/charon/socket.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/charon/socket.c b/Source/charon/socket.c
index 7774f180e..fc652b557 100644
--- a/Source/charon/socket.c
+++ b/Source/charon/socket.c
@@ -32,9 +32,9 @@
#include "socket.h"
-#include "globals.h"
-#include "utils/allocator.h"
-#include "utils/logger_manager.h"
+#include <globals.h>
+#include <utils/allocator.h>
+#include <utils/logger_manager.h>
typedef struct private_socket_s private_socket_t;