summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeLib
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2020-10-05 18:34:25 (GMT)
committerKyle Edwards <kyle.edwards@kitware.com>2020-10-08 17:40:21 (GMT)
commit06c0d59c172abd699d48c3ddf883ccc6f723ae9c (patch)
treef18377e8eb231d4a7bd2ae14c9b7066443410a19 /Tests/CMakeLib
parent8c4c658ab062f2920448a02fe3a5d42fe3d48876 (diff)
downloadCMake-06c0d59c172abd699d48c3ddf883ccc6f723ae9c.zip
CMake-06c0d59c172abd699d48c3ddf883ccc6f723ae9c.tar.gz
CMake-06c0d59c172abd699d48c3ddf883ccc6f723ae9c.tar.bz2
IWYU: Map <*> headers to <cm/*> headers
For headers which exclusively contain things that were not present in C++11.
Diffstat (limited to 'Tests/CMakeLib')
-rw-r--r--Tests/CMakeLib/testCMFilesystemPath.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/CMakeLib/testCMFilesystemPath.cxx b/Tests/CMakeLib/testCMFilesystemPath.cxx
index ee0ef0b..579ba99 100644
--- a/Tests/CMakeLib/testCMFilesystemPath.cxx
+++ b/Tests/CMakeLib/testCMFilesystemPath.cxx
@@ -8,7 +8,6 @@
#include <vector>
#include <cm/filesystem>
-#include <cm/iomanip>
namespace {