aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/threading/windows/thread_value.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstrongswan/threading/windows/thread_value.c')
-rw-r--r--src/libstrongswan/threading/windows/thread_value.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/libstrongswan/threading/windows/thread_value.c b/src/libstrongswan/threading/windows/thread_value.c
index da79d7b44..1dd8a7816 100644
--- a/src/libstrongswan/threading/windows/thread_value.c
+++ b/src/libstrongswan/threading/windows/thread_value.c
@@ -13,11 +13,10 @@
* for more details.
*/
-#include <library.h>
-#include <threading/thread_value.h>
-
#include "thread.h"
+#include <threading/thread_value.h>
+
typedef struct private_thread_value_t private_thread_value_t;