summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/deployconfiguration.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/projectexplorer/deployconfiguration.h')
-rw-r--r--src/plugins/projectexplorer/deployconfiguration.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/plugins/projectexplorer/deployconfiguration.h b/src/plugins/projectexplorer/deployconfiguration.h
index 84d6ab4ead..2b80455251 100644
--- a/src/plugins/projectexplorer/deployconfiguration.h
+++ b/src/plugins/projectexplorer/deployconfiguration.h
@@ -41,8 +41,6 @@
#include <QtCore/QString>
#include <QtCore/QStringList>
-#include <QtCore/QList>
-#include <QtCore/QObject>
namespace ProjectExplorer {
@@ -120,6 +118,6 @@ public:
} // namespace ProjectExplorer
-Q_DECLARE_METATYPE(ProjectExplorer::DeployConfiguration *);
+Q_DECLARE_METATYPE(ProjectExplorer::DeployConfiguration *)
#endif // PROJECTEXPLORER_DEPLOYCONFIGURATION_H