diff --git a/TimeoutGuardTests.cpp b/TimeoutGuardTests.cpp index 7f31f5b..6c87089 100644 --- a/TimeoutGuardTests.cpp +++ b/TimeoutGuardTests.cpp @@ -1,4 +1,6 @@ #include "stdafx.h" +#include "targetver.h" + #include "CppUnitTest.h" #include "TimeoutGuard.h" diff --git a/stdafx.h b/stdafx.h index 3809ad0..9f68c3d 100644 --- a/stdafx.h +++ b/stdafx.h @@ -5,11 +5,6 @@ #pragma once -#include "targetver.h" - -// Headers for CppUnitTest -#include "CppUnitTest.h" - // STL headers #include