aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/breakpoint.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/debugger/breakpoint.cpp')
-rw-r--r--src/plugins/debugger/breakpoint.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/debugger/breakpoint.cpp b/src/plugins/debugger/breakpoint.cpp
index dd6706d417..9296365396 100644
--- a/src/plugins/debugger/breakpoint.cpp
+++ b/src/plugins/debugger/breakpoint.cpp
@@ -34,9 +34,9 @@
#include "utils/qtcassert.h"
-#include <QtCore/QByteArray>
-#include <QtCore/QDebug>
-#include <QtCore/QFileInfo>
+#include <QByteArray>
+#include <QDebug>
+#include <QFileInfo>
namespace Debugger {
namespace Internal {