From 466fcac6879e2be6cee3a9a8ff6d786b072a6cc9 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Mon, 27 Aug 2018 14:18:04 +1000 Subject: [PATCH] thread/flag_std: remove platform specific headers --- thread/flag_std.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/thread/flag_std.cpp b/thread/flag_std.cpp index 32ace946..d1fca292 100644 --- a/thread/flag_std.cpp +++ b/thread/flag_std.cpp @@ -2,9 +2,6 @@ #include "../win32/except.hpp" -#include -#include - using cruft::thread::flag;