diff options
author | Brad King <brad.king@kitware.com> | 2020-10-09 13:39:53 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-10-09 13:40:03 (GMT) |
commit | 3fb2112880ca3be6299721f5add1928483de0b1b (patch) | |
tree | 6da4307d0a83dc374efc62eb2074376cb852196c /Tests | |
parent | 5f2e1f2f3dd2746b9f15413cdcf16ec6e851a2bb (diff) | |
parent | 06c0d59c172abd699d48c3ddf883ccc6f723ae9c (diff) | |
download | CMake-3fb2112880ca3be6299721f5add1928483de0b1b.zip CMake-3fb2112880ca3be6299721f5add1928483de0b1b.tar.gz CMake-3fb2112880ca3be6299721f5add1928483de0b1b.tar.bz2 |
Merge topic 'iwyu-map-cm-headers' into release-3.19
06c0d59c17 IWYU: Map <*> headers to <cm/*> headers
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5327
Diffstat (limited to 'Tests')
-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 { |