diff options
author | Brad King <brad.king@kitware.com> | 2015-08-20 20:06:40 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-08-20 20:19:08 (GMT) |
commit | e8585f45f57e23bc9eca068d8bee02888066d722 (patch) | |
tree | 462e3c88cd2a92ce8c512947fd6e7d507e1169ee /Source/cmSystemTools.cxx | |
parent | 6db713c07f2f1b14f695e123008522daf3d26527 (diff) | |
download | CMake-e8585f45f57e23bc9eca068d8bee02888066d722.zip CMake-e8585f45f57e23bc9eca068d8bee02888066d722.tar.gz CMake-e8585f45f57e23bc9eca068d8bee02888066d722.tar.bz2 |
Remove use of include <cmsys/stl/*> and cmsys_stl::*
We no longer need this compatibility layer for the compilers we support.
Diffstat (limited to 'Source/cmSystemTools.cxx')
-rw-r--r-- | Source/cmSystemTools.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx index ab3c1ee..c6c9f53 100644 --- a/Source/cmSystemTools.cxx +++ b/Source/cmSystemTools.cxx @@ -30,7 +30,6 @@ # include "cmLocale.h" # include <cm_libarchive.h> #endif -#include <cmsys/stl/algorithm> #include <cmsys/FStream.hxx> #include <cmsys/Terminal.h> |