diff options
author | Brad King <brad.king@kitware.com> | 2017-02-20 15:43:07 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2017-02-20 15:43:07 (GMT) |
commit | 3c0de6db2d9e0580f23cc95c4a1e00a8f66108c9 (patch) | |
tree | f6675b31b9725261b1e373568c6de6e561342b7d /Source/CPack | |
parent | 66094d12241417d9a1080c2f059bd053cda6dc82 (diff) | |
parent | d58d28a94142bfd290ea8053a60927138ac98d4d (diff) | |
download | CMake-3c0de6db2d9e0580f23cc95c4a1e00a8f66108c9.zip CMake-3c0de6db2d9e0580f23cc95c4a1e00a8f66108c9.tar.gz CMake-3c0de6db2d9e0580f23cc95c4a1e00a8f66108c9.tar.bz2 |
Merge topic 'iwyu'
d58d28a9 ParserHelper: Move macros to bottom of files
07953c18 remove file cmStandardIncludes.h
f918b053 cmFortranParser: include what you use
b74314c6 cmDependsJavaParser: include what you use
74404df4 cmCommandArgumentParser: include what you use
e7168c08 cmExprParser: include what you use
ee72803e fix some include-what-you-use diagnostics
Diffstat (limited to 'Source/CPack')
-rw-r--r-- | Source/CPack/cmCPackGenerator.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/CPack/cmCPackGenerator.h b/Source/CPack/cmCPackGenerator.h index 5354fca..57b8fff 100644 --- a/Source/CPack/cmCPackGenerator.h +++ b/Source/CPack/cmCPackGenerator.h @@ -13,7 +13,6 @@ #include "cmCPackComponentGroup.h" #include "cmSystemTools.h" -class cmCPackGenerator; class cmCPackLog; class cmInstalledFile; class cmMakefile; |