diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2020-04-28 17:44:12 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2020-04-29 15:16:44 (GMT) |
commit | 1bf89388252370e8af78f9b6620a4e1617364bd8 (patch) | |
tree | 38b480a488eb06571ec37154a8ac5ef498daaafc /Source | |
parent | 3f01acbb44141257313f6614fa854f960a71b1c1 (diff) | |
download | CMake-1bf89388252370e8af78f9b6620a4e1617364bd8.zip CMake-1bf89388252370e8af78f9b6620a4e1617364bd8.tar.gz CMake-1bf89388252370e8af78f9b6620a4e1617364bd8.tar.bz2 |
IWYU: add a mapping for other `__decay_and_strip` instances
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmArgumentParser.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmArgumentParser.cxx b/Source/cmArgumentParser.cxx index 4c87177..4624f1c 100644 --- a/Source/cmArgumentParser.cxx +++ b/Source/cmArgumentParser.cxx @@ -3,7 +3,6 @@ #include "cmArgumentParser.h" #include <algorithm> -#include <type_traits> namespace ArgumentParser { |