diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2023-05-15 20:50:13 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2023-05-16 02:26:36 (GMT) |
commit | e8efcbec8c7e66e6e7ab45354189b9fc4166938e (patch) | |
tree | 6b2684757f31ec610ba0a7d3e2bd574919135dc7 /Source/cmString.cxx | |
parent | 2b086065114049a7b5e18ead441b5b8ae6fc7ba0 (diff) | |
download | CMake-e8efcbec8c7e66e6e7ab45354189b9fc4166938e.zip CMake-e8efcbec8c7e66e6e7ab45354189b9fc4166938e.tar.gz CMake-e8efcbec8c7e66e6e7ab45354189b9fc4166938e.tar.bz2 |
iwyu: ignore `std::remove_reference` requirements
This removes some includes from some existing files.
Diffstat (limited to 'Source/cmString.cxx')
-rw-r--r-- | Source/cmString.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmString.cxx b/Source/cmString.cxx index aefaa64..f7f6293 100644 --- a/Source/cmString.cxx +++ b/Source/cmString.cxx @@ -9,7 +9,6 @@ #include <ostream> #include <stdexcept> #include <string> -#include <type_traits> namespace cm { |