aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/event_queue.h
diff options
context:
space:
mode:
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;