aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/queues/job_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/job_queue.c
parent696be0222f64953bb454916b639f9978028fb1ff (diff)
downloadstrongswan-8080fccbe939ebfab07d071aa9fe65f41420fa63.tar.bz2
strongswan-8080fccbe939ebfab07d071aa9fe65f41420fa63.tar.xz
include paths changed
Diffstat (limited to 'Source/charon/queues/job_queue.c')
-rw-r--r--Source/charon/queues/job_queue.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/charon/queues/job_queue.c b/Source/charon/queues/job_queue.c
index fff453500..9486bf6d4 100644
--- a/Source/charon/queues/job_queue.c
+++ b/Source/charon/queues/job_queue.c
@@ -25,8 +25,8 @@
#include "job_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 job_queue class