diff options
author | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2017-03-23 22:19:45 (GMT) |
---|---|---|
committer | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2017-03-23 22:20:10 (GMT) |
commit | 72ea66b1cf28bba68f2b81637864a330e3ae715f (patch) | |
tree | 2eca95a0bd7c87e163bc077c20a050d555edb333 /Source/cmQtAutoGeneratorCommon.h | |
parent | 2a827b8244d451071c02e3a3c8398bcb8b0e01fd (diff) | |
download | CMake-72ea66b1cf28bba68f2b81637864a330e3ae715f.zip CMake-72ea66b1cf28bba68f2b81637864a330e3ae715f.tar.gz CMake-72ea66b1cf28bba68f2b81637864a330e3ae715f.tar.bz2 |
Autogen: include what you use
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 |