summaryrefslogtreecommitdiffstats
path: root/Source/cmDebuggerBreakpointManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmDebuggerBreakpointManager.h')
-rw-r--r--Source/cmDebuggerBreakpointManager.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/Source/cmDebuggerBreakpointManager.h b/Source/cmDebuggerBreakpointManager.h
index 747722f..815262a 100644
--- a/Source/cmDebuggerBreakpointManager.h
+++ b/Source/cmDebuggerBreakpointManager.h
@@ -14,11 +14,9 @@
#include <cm3p/cppdap/protocol.h>
-class cmListFileFunction;
+#include "cmDebuggerSourceBreakpoint.h"
-namespace cmDebugger {
-class cmDebuggerSourceBreakpoint;
-}
+class cmListFileFunction;
namespace dap {
class Session;