summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/sourcefileshandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/debugger/sourcefileshandler.h')
-rw-r--r--src/plugins/debugger/sourcefileshandler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/debugger/sourcefileshandler.h b/src/plugins/debugger/sourcefileshandler.h
index 3edc8ff778..553277718b 100644
--- a/src/plugins/debugger/sourcefileshandler.h
+++ b/src/plugins/debugger/sourcefileshandler.h
@@ -33,8 +33,8 @@
#ifndef DEBUGGER_SOURCEFILESHANDLER_H
#define DEBUGGER_SOURCEFILESHANDLER_H
-#include <QtCore/QAbstractItemModel>
-#include <QtCore/QStringList>
+#include <QAbstractItemModel>
+#include <QStringList>
namespace Debugger {
namespace Internal {