aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/queues/send_queue.c
diff options
context:
space:
mode:
authorJan Hutter <jhutter@hsr.ch>2005-11-23 09:13:40 +0000
committerJan Hutter <jhutter@hsr.ch>2005-11-23 09:13:40 +0000
commit8080fccbe939ebfab07d071aa9fe65f41420fa63 (patch)
treecdf9a7e5fdd0d9512ad1979420671845ad0758ce /Source/charon/queues/send_queue.c
parent696be0222f64953bb454916b639f9978028fb1ff (diff)
downloadstrongswan-8080fccbe939ebfab07d071aa9fe65f41420fa63.tar.bz2
strongswan-8080fccbe939ebfab07d071aa9fe65f41420fa63.tar.xz
include paths changed
Diffstat (limited to 'Source/charon/queues/send_queue.c')
-rw-r--r--Source/charon/queues/send_queue.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/charon/queues/send_queue.c b/Source/charon/queues/send_queue.c
index 4f31ec7e9..0cffa2d54 100644
--- a/Source/charon/queues/send_queue.c
+++ b/Source/charon/queues/send_queue.c
@@ -24,8 +24,8 @@
#include "send_queue.h"
-#include "../utils/allocator.h"
-#include "../utils/linked_list.h"
+#include <utils/allocator.h>
+#include <utils/linked_list.h>
/**
* @brief Private Variables and Functions of send_queue class