summaryrefslogtreecommitdiff
path: root/src/plugins/qmakeprojectmanager/qmakestep.h
diff options
context:
space:
mode:
authorLaurent Montel <laurent.montel@kdab.com>2017-09-25 15:15:12 +0200
committerLaurent Montel <laurent.montel@kdab.com>2017-09-27 07:46:27 +0000
commit784d9a62794bffcddb79efe000629c88d983b00e (patch)
treedcc1ddaee34250e37bc6dc4389878b476d5b47cb /src/plugins/qmakeprojectmanager/qmakestep.h
parentb89cd0a78a1328f83f6f4c2d13423ea86244d3eb (diff)
downloadqt-creator-784d9a62794bffcddb79efe000629c88d983b00e.tar.gz
QMakeProjectManager: Clean forward declaration
Change-Id: If2a70a5b39b999119cb02c84b72a5a13891661dc Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Diffstat (limited to 'src/plugins/qmakeprojectmanager/qmakestep.h')
-rw-r--r--src/plugins/qmakeprojectmanager/qmakestep.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/qmakeprojectmanager/qmakestep.h b/src/plugins/qmakeprojectmanager/qmakestep.h
index a69db1113e..caf12b129a 100644
--- a/src/plugins/qmakeprojectmanager/qmakestep.h
+++ b/src/plugins/qmakeprojectmanager/qmakestep.h
@@ -38,7 +38,6 @@ class Abi;
class BuildStep;
class IBuildStepFactory;
class Project;
-class Kit;
} // namespace ProjectExplorer
namespace QtSupport { class BaseQtVersion; }