From e8585f45f57e23bc9eca068d8bee02888066d722 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 20 Aug 2015 16:06:40 -0400 Subject: [PATCH] Remove use of include and cmsys_stl::* We no longer need this compatibility layer for the compilers we support. --- Source/CTest/cmCTestCoverageHandler.cxx | 2 -- Source/cmComputeLinkDepends.cxx | 2 -- Source/cmFindLibraryCommand.cxx | 1 - Source/cmSystemTools.cxx | 1 - Source/cmXMLSafe.h | 3 ++- 5 files changed, 2 insertions(+), 7 deletions(-) diff --git a/Source/CTest/cmCTestCoverageHandler.cxx b/Source/CTest/cmCTestCoverageHandler.cxx index 65599e0ad..20807c8ea 100644 --- a/Source/CTest/cmCTestCoverageHandler.cxx +++ b/Source/CTest/cmCTestCoverageHandler.cxx @@ -27,8 +27,6 @@ #include #include #include -#include -#include #include #include diff --git a/Source/cmComputeLinkDepends.cxx b/Source/cmComputeLinkDepends.cxx index 8ba8847af..59590fd16 100644 --- a/Source/cmComputeLinkDepends.cxx +++ b/Source/cmComputeLinkDepends.cxx @@ -18,8 +18,6 @@ #include "cmake.h" #include "cmAlgorithms.h" -#include - #include /* diff --git a/Source/cmFindLibraryCommand.cxx b/Source/cmFindLibraryCommand.cxx index 0a66732b3..e8d158ebb 100644 --- a/Source/cmFindLibraryCommand.cxx +++ b/Source/cmFindLibraryCommand.cxx @@ -11,7 +11,6 @@ ============================================================================*/ #include "cmFindLibraryCommand.h" #include -#include cmFindLibraryCommand::cmFindLibraryCommand() { diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx index ab3c1ee41..c6c9f5360 100644 --- a/Source/cmSystemTools.cxx +++ b/Source/cmSystemTools.cxx @@ -30,7 +30,6 @@ # include "cmLocale.h" # include #endif -#include #include #include diff --git a/Source/cmXMLSafe.h b/Source/cmXMLSafe.h index 42333fa40..ead2e014c 100644 --- a/Source/cmXMLSafe.h +++ b/Source/cmXMLSafe.h @@ -12,7 +12,8 @@ #ifndef cmXMLSafe_h #define cmXMLSafe_h -#include +#include +#include #include /** \class cmXMLSafe