- Move from using include guards to pragma once.
[reactos.git] / reactos / base / applications / charmap / precomp.h
index 4e0324c..a87f118 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef __CHARMAP_PRECOMP_H
-#define __CHARMAP_PRECOMP_H
+#pragma once
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -53,5 +52,3 @@ VOID ShowAboutDlg(HWND hWndParent);
 
 BOOL RegisterMapClasses(HINSTANCE hInstance);
 VOID UnregisterMapClasses(HINSTANCE hInstance);
-
-#endif /* __CHARMAP_PRECOMP_H */