summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2023-05-15 20:50:13 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2023-05-16 02:26:36 (GMT)
commite8efcbec8c7e66e6e7ab45354189b9fc4166938e (patch)
tree6b2684757f31ec610ba0a7d3e2bd574919135dc7 /Tests
parent2b086065114049a7b5e18ead441b5b8ae6fc7ba0 (diff)
downloadCMake-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 'Tests')
-rw-r--r--Tests/CMakeLib/testStringAlgorithms.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/Tests/CMakeLib/testStringAlgorithms.cxx b/Tests/CMakeLib/testStringAlgorithms.cxx
index 1bb23df..78442ba 100644
--- a/Tests/CMakeLib/testStringAlgorithms.cxx
+++ b/Tests/CMakeLib/testStringAlgorithms.cxx
@@ -1,12 +1,11 @@
/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
file Copyright.txt or https://cmake.org/licensing for details. */
-#include <cmConfigure.h> // IWYU pragma: keep
+#include "cmConfigure.h" // IWYU pragma: keep
#include <iostream>
#include <sstream>
#include <string>
-#include <type_traits>
#include <utility>
#include <vector>