[NTOS] Add some header guards.
authorAmine Khaldi <amine.khaldi@reactos.org>
Tue, 12 Dec 2017 11:42:13 +0000 (12:42 +0100)
committerAmine Khaldi <amine.khaldi@reactos.org>
Tue, 12 Dec 2017 11:42:13 +0000 (12:42 +0100)
ntoskrnl/include/internal/kd64.h
ntoskrnl/mm/ARM3/miarm.h
ntoskrnl/mm/ARM3/miavl.h

index 7957823..6917845 100644 (file)
@@ -6,6 +6,8 @@
  * PROGRAMMERS:     Alex Ionescu (alex.ionescu@reactos.org)
  */
 
+#pragma once
+
 //
 // Default size of the DbgPrint log buffer
 //
index 320389e..c1d8180 100644 (file)
@@ -6,6 +6,8 @@
  * PROGRAMMERS:     ReactOS Portable Systems Group
  */
 
+#pragma once
+
 #define MI_LOWEST_VAD_ADDRESS                   (PVOID)MM_LOWEST_USER_ADDRESS
 
 /* Make the code cleaner with some definitions for size multiples */
index ae4146f..f93bb2f 100644 (file)
@@ -6,7 +6,7 @@
  * PROGRAMMERS:     ReactOS Portable Systems Group
  */
 
-/* INCLUDES ******************************************************************/
+#pragma once
 
 /*
  * This is the glue code for the Memory Manager version of AVL Trees that is used