aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/job_queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/charon/job_queue.h')
-rw-r--r--Source/charon/job_queue.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/charon/job_queue.h b/Source/charon/job_queue.h
index 11e194e82..a2ddc2529 100644
--- a/Source/charon/job_queue.h
+++ b/Source/charon/job_queue.h
@@ -25,12 +25,11 @@
#include "types.h"
#include "job.h"
-#include "linked_list.h"
/**
* @brief Job-Queue
*
- * Despite the job-queue is based on a linked_list_t
+ * Although the job-queue is based on a linked_list_t
* all access functions are thread-save implemented
*/
typedef struct job_queue_s job_queue_t;