aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/socket.c
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2005-11-23 09:24:35 +0000
committerMartin Willi <martin@strongswan.org>2005-11-23 09:24:35 +0000
commit021c2322327fafc22858bc26218899d442a2ef77 (patch)
treeb01402819c16fe8c3ae6e0a33f7944d62873c84c /Source/charon/socket.c
parent94852e75500422a2cacd70a6863b8876035f5e58 (diff)
downloadstrongswan-021c2322327fafc22858bc26218899d442a2ef77.tar.bz2
strongswan-021c2322327fafc22858bc26218899d442a2ef77.tar.xz
- changed include paths
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;