From b52e3f8db950cc8f3397fad00d0fcc8e611004f7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 13 Aug 2020 19:48:41 +0200 Subject: Remove workarounds for ancient versions of MSVC --- zix/thread.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'zix/thread.h') diff --git a/zix/thread.h b/zix/thread.h index e2b59c4..b7956d2 100644 --- a/zix/thread.h +++ b/zix/thread.h @@ -19,8 +19,6 @@ #include "zix/common.h" -#include - #ifdef _WIN32 # include #else @@ -28,6 +26,8 @@ # include #endif +#include + #ifdef __cplusplus extern "C" { #endif -- cgit v1.2.1