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/event_queue.c | |
parent | 696be0222f64953bb454916b639f9978028fb1ff (diff) | |
download | strongswan-8080fccbe939ebfab07d071aa9fe65f41420fa63.tar.bz2 strongswan-8080fccbe939ebfab07d071aa9fe65f41420fa63.tar.xz |
include paths changed
Diffstat (limited to 'Source/charon/queues/event_queue.c')
-rw-r--r-- | Source/charon/queues/event_queue.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/charon/queues/event_queue.c b/Source/charon/queues/event_queue.c index 606578ab2..ab2680c31 100644 --- a/Source/charon/queues/event_queue.c +++ b/Source/charon/queues/event_queue.c @@ -25,9 +25,9 @@ #include "event_queue.h" -#include "../types.h" -#include "../utils/allocator.h" -#include "../utils/linked_list.h" +#include <types.h> +#include <utils/allocator.h> +#include <utils/linked_list.h> |