- Move from using include guards to pragma once.
[reactos.git] / reactos / subsystems / win32 / csrss / include / csrplugin.h
index 90e158f..357b65b 100644 (file)
@@ -16,8 +16,7 @@
  * subsystem.
  */
 
-#ifndef CSRPLUGIN_H_INCLUDED
-#define CSRPLUGIN_H_INCLUDED
+#pragma once
 
 #include <windows.h>
 #include "api.h"
@@ -58,6 +57,4 @@ typedef BOOL (WINAPI *CSRPLUGIN_INITIALIZE_PROC)(PCSRSS_API_DEFINITION *ApiDefin
                                                   PCSRSS_EXPORTED_FUNCS Exports,
                                                   HANDLE CsrssApiHeap);
 
-#endif /* CSRPLUGIN_H_INCLUDED */
-
 /* EOF */