Moved windows proxy inclusion outside of CATCH_CONFIG_COLOUR_WINDOWS guard, so workaround early inclusion can be removed

This commit is contained in:
Phil Nash
2017-10-12 10:37:03 +01:00
parent cc0b093c20
commit 927f520a97
2 changed files with 1 additions and 3 deletions

View File

@@ -62,7 +62,6 @@
#endif
#ifdef CATCH_IMPL
#include "internal/catch_windows_h_proxy.h"
#include "internal/catch_impl.hpp"
#endif