aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotoolsprojectmanager/makefileparser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/autotoolsprojectmanager/makefileparser.cpp')
-rw-r--r--src/plugins/autotoolsprojectmanager/makefileparser.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/autotoolsprojectmanager/makefileparser.cpp b/src/plugins/autotoolsprojectmanager/makefileparser.cpp
index c86f402b6c..0bee440343 100644
--- a/src/plugins/autotoolsprojectmanager/makefileparser.cpp
+++ b/src/plugins/autotoolsprojectmanager/makefileparser.cpp
@@ -36,9 +36,9 @@
#include <utils/qtcassert.h>
-#include <QtCore/QFile>
-#include <QtCore/QFileInfoList>
-#include <QtCore/QMutexLocker>
+#include <QFile>
+#include <QFileInfoList>
+#include <QMutexLocker>
using namespace AutotoolsProjectManager::Internal;