summaryrefslogtreecommitdiff
path: root/stage3/heap.h
diff options
context:
space:
mode:
authorLizzy Fleckenstein <lizzy@vlhl.dev>2023-12-10 17:18:42 +0100
committerLizzy Fleckenstein <lizzy@vlhl.dev>2023-12-10 17:18:42 +0100
commitbc00cb0649167958aed2f481580af3b4f21043b0 (patch)
tree7acbb167b1e2db0ccc0b687a356d999da4828839 /stage3/heap.h
parentc05d0f44493398d54a7a827f48d20d146070fc29 (diff)
downloadcuddles-bc00cb0649167958aed2f481580af3b4f21043b0.tar.xz
remove underscore from include guards
Diffstat (limited to 'stage3/heap.h')
-rw-r--r--stage3/heap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/stage3/heap.h b/stage3/heap.h
index dd38693..bf02e43 100644
--- a/stage3/heap.h
+++ b/stage3/heap.h
@@ -1,5 +1,5 @@
-#ifndef _HEAP_H_
-#define _HEAP_H_
+#ifndef HEAP_H
+#define HEAP_H
#include "def.h"
#include "paging.h"