diff options
author | Brad King <brad.king@kitware.com> | 2017-03-24 12:33:44 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-03-24 12:33:47 (GMT) |
commit | 8047bd6c0d935d8c0cc303b26d75ee62973d2b7f (patch) | |
tree | 97968fcf3299d1b0b5366bb4df870b366a329b72 /Source/cmQtAutoGeneratorCommon.h | |
parent | 5bded841b4d66bea70c932184eac0a44b82d03fe (diff) | |
parent | 41ec352832037d316c34b3eba336eeb7f4163d86 (diff) | |
download | CMake-8047bd6c0d935d8c0cc303b26d75ee62973d2b7f.zip CMake-8047bd6c0d935d8c0cc303b26d75ee62973d2b7f.tar.gz CMake-8047bd6c0d935d8c0cc303b26d75ee62973d2b7f.tar.bz2 |
Merge topic 'iwyu'
41ec3528 IWYU: use pragma export
72ea66b1 Autogen: include what you use
2a827b82 cmCPackGenerator: Move macros to bottom of file
bcd08aa3 cmCTest: Move macros to bottom of file
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !619
Diffstat (limited to 'Source/cmQtAutoGeneratorCommon.h')
-rw-r--r-- | Source/cmQtAutoGeneratorCommon.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/cmQtAutoGeneratorCommon.h b/Source/cmQtAutoGeneratorCommon.h index b54b6fa..b004005 100644 --- a/Source/cmQtAutoGeneratorCommon.h +++ b/Source/cmQtAutoGeneratorCommon.h @@ -3,13 +3,10 @@ #ifndef cmQtAutoGeneratorCommon_h #define cmQtAutoGeneratorCommon_h -#include <cmConfigure.h> // IWYU pragma: keep +#include <cmConfigure.h> #include <string> #include <vector> -class cmGeneratorTarget; -class cmLocalGenerator; - class cmQtAutoGeneratorCommon { // - Types and statics |