- includes cleaned up

This commit is contained in:
Jan Hutter
2005-11-07 07:40:56 +00:00
parent 0e39bf8a3b
commit b32ea28408
4 changed files with 6 additions and 5 deletions
+1 -2
View File
@@ -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;