diff options
Diffstat (limited to 'Source/charon/thread_pool.c')
-rw-r--r-- | Source/charon/thread_pool.c | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/Source/charon/thread_pool.c b/Source/charon/thread_pool.c index d023d0a08..beaec6f1d 100644 --- a/Source/charon/thread_pool.c +++ b/Source/charon/thread_pool.c @@ -20,20 +20,15 @@ * for more details. */ - -#include "thread_pool.h" - -#include "job_queue.h" - #include <stdlib.h> #include <freeswan.h> #include <pluto/constants.h> #include <pluto/defs.h> - #include <pthread.h> - -extern job_queue_t *global_job_queue; - + +#include "thread_pool.h" +#include "job_queue.h" +#include "globals.h" /** * structure with private members for thread_pool |