summaryrefslogtreecommitdiff
path: root/src/plugins/autotoolsprojectmanager/makefileparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/autotoolsprojectmanager/makefileparser.h')
-rw-r--r--src/plugins/autotoolsprojectmanager/makefileparser.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/plugins/autotoolsprojectmanager/makefileparser.h b/src/plugins/autotoolsprojectmanager/makefileparser.h
index ca660b657b..d943453fec 100644
--- a/src/plugins/autotoolsprojectmanager/makefileparser.h
+++ b/src/plugins/autotoolsprojectmanager/makefileparser.h
@@ -35,13 +35,13 @@
#ifndef MAKEFILEPARSER_H
#define MAKEFILEPARSER_H
-#include <QtCore/QMutex>
-#include <QtCore/QString>
-#include <QtCore/QStringList>
-#include <QtCore/QTextStream>
-#include <QtCore/QObject>
-#include <QtCore/QDir>
-#include <QtCore/QFileInfo>
+#include <QMutex>
+#include <QString>
+#include <QStringList>
+#include <QTextStream>
+#include <QObject>
+#include <QDir>
+#include <QFileInfo>
namespace AutotoolsProjectManager {
namespace Internal {