aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/event_queue.h
diff options
context:
space:
mode:
authorJan Hutter <jhutter@hsr.ch>2005-11-07 07:40:56 +0000
committerJan Hutter <jhutter@hsr.ch>2005-11-07 07:40:56 +0000
commitb32ea28408abde2cdfbfcd062008a4aa91718cde (patch)
tree09696a1106d5d439789d8c464632e76df0d951de /Source/charon/event_queue.h
parent0e39bf8a3b5b5138c0925439084175e2f5c6ad83 (diff)
downloadstrongswan-b32ea28408abde2cdfbfcd062008a4aa91718cde.tar.bz2
strongswan-b32ea28408abde2cdfbfcd062008a4aa91718cde.tar.xz
- includes cleaned up
Diffstat (limited to 'Source/charon/event_queue.h')
-rw-r--r--Source/charon/event_queue.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/charon/event_queue.h b/Source/charon/event_queue.h
index a90db3334..b63f0a1f9 100644
--- a/Source/charon/event_queue.h
+++ b/Source/charon/event_queue.h
@@ -25,13 +25,13 @@
#include <sys/time.h>
-#include "linked_list.h"
-#include "job_queue.h"
+#include "types.h"
+#include "job.h"
/**
* @brief Event-Queue
*
- * Despite the event-queue is based on a linked_list_t
+ * Although the event-queue is based on a linked_list_t
* all access functions are thread-save implemented
*/
typedef struct event_queue_s event_queue_t;