From eaec204ff9195eec8bd3e63dff1952c80b705da7 Mon Sep 17 00:00:00 2001 From: MichaelAxtmann Date: Mon, 29 Jul 2019 13:10:35 +0200 Subject: [PATCH] Move unit test and targetver.h includes --- TimeoutGuardTests.cpp | 2 ++ stdafx.h | 5 ----- 2 files changed, 2 insertions(+), 5 deletions(-) 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