summaryrefslogtreecommitdiff
path: root/Source/cmFindLibraryCommand.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-08-20 16:06:40 -0400
committerBrad King <brad.king@kitware.com>2015-08-20 16:19:08 -0400
commite8585f45f57e23bc9eca068d8bee02888066d722 (patch)
tree462e3c88cd2a92ce8c512947fd6e7d507e1169ee /Source/cmFindLibraryCommand.cxx
parent6db713c07f2f1b14f695e123008522daf3d26527 (diff)
downloadcmake-e8585f45f57e23bc9eca068d8bee02888066d722.tar.gz
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/cmFindLibraryCommand.cxx')
-rw-r--r--Source/cmFindLibraryCommand.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmFindLibraryCommand.cxx b/Source/cmFindLibraryCommand.cxx
index 0a66732b33..e8d158ebb0 100644
--- a/Source/cmFindLibraryCommand.cxx
+++ b/Source/cmFindLibraryCommand.cxx
@@ -11,7 +11,6 @@
============================================================================*/
#include "cmFindLibraryCommand.h"
#include <cmsys/Directory.hxx>
-#include <cmsys/stl/algorithm>
cmFindLibraryCommand::cmFindLibraryCommand()
{