From 096023ba6e59d99b873fcd5986baecc287585bd5 Mon Sep 17 00:00:00 2001 From: Birunthan Mohanathas Date: Fri, 14 Jun 2013 16:58:53 +0300 Subject: [PATCH] Cosmetics --- Common/MathParser_Test.cpp | 2 +- Common/PathUtil_Test.cpp | 2 +- Common/StringUtil_Test.cpp | 2 +- Library/ConfigParser_Test.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Common/MathParser_Test.cpp b/Common/MathParser_Test.cpp index 7c547769..86b54fb2 100644 --- a/Common/MathParser_Test.cpp +++ b/Common/MathParser_Test.cpp @@ -16,8 +16,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#include "CppUnitTest.h" #include "MathParser.h" +#include using namespace Microsoft::VisualStudio::CppUnitTestFramework; diff --git a/Common/PathUtil_Test.cpp b/Common/PathUtil_Test.cpp index 61d920ef..04eb3fda 100644 --- a/Common/PathUtil_Test.cpp +++ b/Common/PathUtil_Test.cpp @@ -16,8 +16,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#include "CppUnitTest.h" #include "PathUtil.h" +#include #include using namespace Microsoft::VisualStudio::CppUnitTestFramework; diff --git a/Common/StringUtil_Test.cpp b/Common/StringUtil_Test.cpp index 6797b2b4..626f11d0 100644 --- a/Common/StringUtil_Test.cpp +++ b/Common/StringUtil_Test.cpp @@ -16,8 +16,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#include "CppUnitTest.h" #include "StringUtil.h" +#include using namespace Microsoft::VisualStudio::CppUnitTestFramework; diff --git a/Library/ConfigParser_Test.cpp b/Library/ConfigParser_Test.cpp index 4dc63df6..a3efdbbe 100644 --- a/Library/ConfigParser_Test.cpp +++ b/Library/ConfigParser_Test.cpp @@ -16,8 +16,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#include "CppUnitTest.h" #include "ConfigParser.h" +#include using namespace Microsoft::VisualStudio::CppUnitTestFramework;