summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/breakwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/debugger/breakwindow.h')
-rw-r--r--src/plugins/debugger/breakwindow.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/debugger/breakwindow.h b/src/plugins/debugger/breakwindow.h
index 84fbd28fc1..04b01a486f 100644
--- a/src/plugins/debugger/breakwindow.h
+++ b/src/plugins/debugger/breakwindow.h
@@ -30,13 +30,12 @@
#ifndef DEBUGGER_BREAKWINDOW_H
#define DEBUGGER_BREAKWINDOW_H
-#include "breakpoint.h"
-
#include <QtGui/QTreeView>
namespace Debugger {
namespace Internal {
+class BreakpointData;
class BreakWindow : public QTreeView
{
Q_OBJECT