- Move from using include guards to pragma once.
[reactos.git] / reactos / ntoskrnl / include / internal / se.h
index 3ea68e5..034a555 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef __NTOSKRNL_INCLUDE_INTERNAL_SE_H
-#define __NTOSKRNL_INCLUDE_INTERNAL_SE_H
+#pragma once
 
 extern POBJECT_TYPE SepTokenObjectType;
 
@@ -350,6 +349,4 @@ VOID NTAPI
 SeSetSecurityAccessMask(IN SECURITY_INFORMATION SecurityInformation,
                         OUT PACCESS_MASK DesiredAccess);
 
-#endif /* __NTOSKRNL_INCLUDE_INTERNAL_SE_H */
-
 /* EOF */