summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/hashtable.hxx.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-12-07 12:25:03 (GMT)
committerBrad King <brad.king@kitware.com>2017-12-07 12:25:03 (GMT)
commitc50f08cdd88171fefda154623bba3aa21a2ceac2 (patch)
tree9a000d71b6a3538f0d229ba4a0c497f3c21e94fe /Source/kwsys/hashtable.hxx.in
parentf5e48edaae37fbf9afa668671b3a8d3e5537321b (diff)
parent5b1c84b449cbe84e429c968dd450673203493d5b (diff)
downloadCMake-c50f08cdd88171fefda154623bba3aa21a2ceac2.zip
CMake-c50f08cdd88171fefda154623bba3aa21a2ceac2.tar.gz
CMake-c50f08cdd88171fefda154623bba3aa21a2ceac2.tar.bz2
Merge branch 'upstream-KWSys' into update-kwsys
* upstream-KWSys: KWSys 2017-12-07 (4aee0036)
Diffstat (limited to 'Source/kwsys/hashtable.hxx.in')
-rw-r--r--Source/kwsys/hashtable.hxx.in13
1 files changed, 6 insertions, 7 deletions
diff --git a/Source/kwsys/hashtable.hxx.in b/Source/kwsys/hashtable.hxx.in
index dd92cb9..e962f17 100644
--- a/Source/kwsys/hashtable.hxx.in
+++ b/Source/kwsys/hashtable.hxx.in
@@ -35,13 +35,12 @@
#include <@KWSYS_NAMESPACE@/Configure.hxx>
-#include <algorithm> // lower_bound
-#include <functional> // unary_function
-#include <iterator> // iterator_traits
-#include <memory> // allocator
-#include <stddef.h> // size_t
-#include <utility> // pair
-#include <vector> // vector
+#include <algorithm> // lower_bound
+#include <iterator> // iterator_traits
+#include <memory> // allocator
+#include <stddef.h> // size_t
+#include <utility> // pair
+#include <vector> // vector
#if defined(_MSC_VER)
#pragma warning(push)