diff options
author | Jan Hutter <jhutter@hsr.ch> | 2005-11-23 09:13:40 +0000 |
---|---|---|
committer | Jan Hutter <jhutter@hsr.ch> | 2005-11-23 09:13:40 +0000 |
commit | 8080fccbe939ebfab07d071aa9fe65f41420fa63 (patch) | |
tree | cdf9a7e5fdd0d9512ad1979420671845ad0758ce /Source/charon/queues/job_queue.c | |
parent | 696be0222f64953bb454916b639f9978028fb1ff (diff) | |
download | strongswan-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.c | 4 |
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 |