summaryrefslogtreecommitdiffhomepage
path: root/src/DebuggerKit/DebuggerContract.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-04 15:13:22 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-04 15:17:53 +0100
commitcd3092186eb698a9ed175dacb6884f0404e7c062 (patch)
treecdc3e0e013f5efb0dfc8c450b706951d3a8e3597 /src/DebuggerKit/DebuggerContract.h
parent14ed88e58517890f5cce1bb9ab5cfb9e94bcfbf6 (diff)
chore! Breaking API changes for CompilerKit and DebuggerKit.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/DebuggerKit/DebuggerContract.h')
-rw-r--r--src/DebuggerKit/DebuggerContract.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DebuggerKit/DebuggerContract.h b/src/DebuggerKit/DebuggerContract.h
index e727b3b..04b9b32 100644
--- a/src/DebuggerKit/DebuggerContract.h
+++ b/src/DebuggerKit/DebuggerContract.h
@@ -6,7 +6,7 @@
#pragma once
-#include <DebuggerKit/detail/Config.h>
+#include <DebuggerKit/Detail/Config.h>
#include <unordered_map>
#define DK_DEBUGGER_CONTRACT : public ::DebuggerKit::IDebuggerContract