Remove use of include <cmsys/stl/*> and cmsys_stl::*

We no longer need this compatibility layer for the compilers we support.
This commit is contained in:
Brad King 2015-08-20 16:06:40 -04:00
parent 6db713c07f
commit e8585f45f5
5 changed files with 2 additions and 7 deletions

View File

@ -27,8 +27,6 @@
#include <cmsys/Process.h> #include <cmsys/Process.h>
#include <cmsys/RegularExpression.hxx> #include <cmsys/RegularExpression.hxx>
#include <cmsys/Glob.hxx> #include <cmsys/Glob.hxx>
#include <cmsys/stl/iterator>
#include <cmsys/stl/algorithm>
#include <cmsys/FStream.hxx> #include <cmsys/FStream.hxx>
#include <stdlib.h> #include <stdlib.h>

View File

@ -18,8 +18,6 @@
#include "cmake.h" #include "cmake.h"
#include "cmAlgorithms.h" #include "cmAlgorithms.h"
#include <cmsys/stl/algorithm>
#include <assert.h> #include <assert.h>
/* /*

View File

@ -11,7 +11,6 @@
============================================================================*/ ============================================================================*/
#include "cmFindLibraryCommand.h" #include "cmFindLibraryCommand.h"
#include <cmsys/Directory.hxx> #include <cmsys/Directory.hxx>
#include <cmsys/stl/algorithm>
cmFindLibraryCommand::cmFindLibraryCommand() cmFindLibraryCommand::cmFindLibraryCommand()
{ {

View File

@ -30,7 +30,6 @@
# include "cmLocale.h" # include "cmLocale.h"
# include <cm_libarchive.h> # include <cm_libarchive.h>
#endif #endif
#include <cmsys/stl/algorithm>
#include <cmsys/FStream.hxx> #include <cmsys/FStream.hxx>
#include <cmsys/Terminal.h> #include <cmsys/Terminal.h>

View File

@ -12,7 +12,8 @@
#ifndef cmXMLSafe_h #ifndef cmXMLSafe_h
#define cmXMLSafe_h #define cmXMLSafe_h
#include <cmsys/stl/string> #include <cmsys/Configure.hxx>
#include <string>
#include <iosfwd> #include <iosfwd>
/** \class cmXMLSafe /** \class cmXMLSafe