aboutsummaryrefslogtreecommitdiffstats
path: root/src/zix/thread.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-10-17 15:43:18 +0200
committerDavid Robillard <d@drobilla.net>2019-10-17 15:43:18 +0200
commitb4a3042da84420b80db0c81b90cd2df40a18f1c9 (patch)
tree13ab68db50c61f332b948f248fe1c6b206f88712 /src/zix/thread.h
parentba6f8e44590e19ff65274cf919e63f4035130ccb (diff)
downloadjalv-b4a3042da84420b80db0c81b90cd2df40a18f1c9.tar.gz
jalv-b4a3042da84420b80db0c81b90cd2df40a18f1c9.tar.bz2
jalv-b4a3042da84420b80db0c81b90cd2df40a18f1c9.zip
Clean up includes
Diffstat (limited to 'src/zix/thread.h')
-rw-r--r--src/zix/thread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zix/thread.h b/src/zix/thread.h
index b007efa..5802c99 100644
--- a/src/zix/thread.h
+++ b/src/zix/thread.h
@@ -17,6 +17,8 @@
#ifndef ZIX_THREAD_H
#define ZIX_THREAD_H
+#include "zix/common.h"
+
#ifdef _WIN32
# include <windows.h>
#else
@@ -24,8 +26,6 @@
# include <pthread.h>
#endif
-#include "zix/common.h"
-
#ifdef __cplusplus
extern "C" {
#else