summaryrefslogtreecommitdiff
path: root/src/plugins/autotoolsprojectmanager/makefileparser.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2012-07-25 09:48:48 +0200
committerEike Ziller <eike.ziller@nokia.com>2012-07-25 10:39:39 +0200
commitf1e7fcf64a43b32d25899f7df7e957709db67385 (patch)
tree6734b25428501fa69c010d59d991254af9d55a26 /src/plugins/autotoolsprojectmanager/makefileparser.h
parent04c97da81ec77736345dd36b2bfe16fe381ec6c8 (diff)
downloadqt-creator-f1e7fcf64a43b32d25899f7df7e957709db67385.tar.gz
Clean up includes in autotools-plugin.
Fixing an lupdate warning about cyclic dependencies of autotoolsbuildsettingswidget.h. Change-Id: I0e1c721df2c5f70ae9de38dd9bc5a34b63622ba7 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
Diffstat (limited to 'src/plugins/autotoolsprojectmanager/makefileparser.h')
-rw-r--r--src/plugins/autotoolsprojectmanager/makefileparser.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/plugins/autotoolsprojectmanager/makefileparser.h b/src/plugins/autotoolsprojectmanager/makefileparser.h
index 8038f8c39f..ce3e67a06e 100644
--- a/src/plugins/autotoolsprojectmanager/makefileparser.h
+++ b/src/plugins/autotoolsprojectmanager/makefileparser.h
@@ -36,12 +36,11 @@
#define MAKEFILEPARSER_H
#include <QMutex>
-#include <QString>
#include <QStringList>
#include <QTextStream>
#include <QObject>
-#include <QDir>
-#include <QFileInfo>
+
+QT_FORWARD_DECLARE_CLASS(QDir)
namespace AutotoolsProjectManager {
namespace Internal {