diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2020-10-05 18:34:25 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2020-10-08 17:40:21 (GMT) |
commit | 06c0d59c172abd699d48c3ddf883ccc6f723ae9c (patch) | |
tree | f18377e8eb231d4a7bd2ae14c9b7066443410a19 /Tests/CMakeLib | |
parent | 8c4c658ab062f2920448a02fe3a5d42fe3d48876 (diff) | |
download | CMake-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.cxx | 1 |
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 { |