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:
parent
6db713c07f
commit
e8585f45f5
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -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()
|
||||||
{
|
{
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue