diff options
author | Martin Willi <martin@strongswan.org> | 2005-11-23 09:24:35 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-11-23 09:24:35 +0000 |
commit | 021c2322327fafc22858bc26218899d442a2ef77 (patch) | |
tree | b01402819c16fe8c3ae6e0a33f7944d62873c84c /Source/charon/thread_pool.c | |
parent | 94852e75500422a2cacd70a6863b8876035f5e58 (diff) | |
download | strongswan-021c2322327fafc22858bc26218899d442a2ef77.tar.bz2 strongswan-021c2322327fafc22858bc26218899d442a2ef77.tar.xz |
- changed include paths
Diffstat (limited to 'Source/charon/thread_pool.c')
-rw-r--r-- | Source/charon/thread_pool.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/charon/thread_pool.c b/Source/charon/thread_pool.c index d98b621a2..876f6c7df 100644 --- a/Source/charon/thread_pool.c +++ b/Source/charon/thread_pool.c @@ -27,10 +27,10 @@ #include "thread_pool.h" -#include "globals.h" -#include "queues/job_queue.h" -#include "utils/allocator.h" -#include "utils/logger.h" +#include <globals.h> +#include <queues/job_queue.h> +#include <utils/allocator.h> +#include <utils/logger.h> /** * @brief structure with private members for thread_pool_t |