- Move from using include guards to pragma once.
[reactos.git] / reactos / subsystems / win32 / win32k / include / caret.h
index dc6dae5..8c7998c 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef _WIN32K_CARET_H
-#define _WIN32K_CARET_H
+#pragma once
 
 #include <include/win32.h>
 #include <include/window.h>
@@ -22,7 +21,4 @@ BOOL FASTCALL co_UserShowCaret(PWINDOW_OBJECT WindowObject);
 
 BOOL FASTCALL co_UserHideCaret(PWINDOW_OBJECT WindowObject);
 
-
-#endif /* _WIN32K_CARET_H */
-
 /* EOF */