summaryrefslogtreecommitdiffhomepage
path: root/include/DebuggerKit/Detail
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-26 10:10:06 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-26 10:10:06 +0100
commitd532b43153cb68d6e92c5dac58cbd3c8ab4f60af (patch)
treee748d39deee4e4c0983354ccf3fa419263368f87 /include/DebuggerKit/Detail
parentba1b968d17a1ed29694f850af58787c3eb2657d4 (diff)
feat! Use header guards instead of pragma once.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/DebuggerKit/Detail')
-rw-r--r--include/DebuggerKit/Detail/Config.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/DebuggerKit/Detail/Config.h b/include/DebuggerKit/Detail/Config.h
index 4437e8a..87fbe22 100644
--- a/include/DebuggerKit/Detail/Config.h
+++ b/include/DebuggerKit/Detail/Config.h
@@ -4,7 +4,8 @@
======================================== */
-#pragma once
+#ifndef NECTAR_DEBUGGERKIT_DETAIL_CONFIG_H
+#define NECTAR_DEBUGGERKIT_DETAIL_CONFIG_H
/// =========================================================== ///
/// @author Amlal El Mahrouss
@@ -64,3 +65,5 @@ namespace Detail {
using dk_socket_type = int64_t;
} // namespace Detail
} // namespace DebuggerKit
+
+#endif // NECTAR_DEBUGGERKIT_DETAIL_CONFIG_H