From b4a3042da84420b80db0c81b90cd2df40a18f1c9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 17 Oct 2019 15:43:18 +0200 Subject: Clean up includes --- src/zix/sem.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/zix/sem.h') diff --git a/src/zix/sem.h b/src/zix/sem.h index 1fea796..e306052 100644 --- a/src/zix/sem.h +++ b/src/zix/sem.h @@ -17,6 +17,8 @@ #ifndef ZIX_SEM_H #define ZIX_SEM_H +#include "zix/common.h" + #ifdef __APPLE__ # include #elif defined(_WIN32) @@ -27,8 +29,6 @@ # include #endif -#include "zix/common.h" - #ifdef __cplusplus extern "C" { #endif -- cgit v1.2.1