- Move from using include guards to pragma once.
[reactos.git] / reactos / base / system / runonce / runonce.h
index 6fb2b59..9e9c584 100644 (file)
@@ -1,9 +1,6 @@
-#ifndef _RUNONCE_H__
-#define _RUNONCE_H__
+#pragma once
 
 #include <windows.h>
 #include <tchar.h>
 
 #include "resource.h"
-
-#endif /* _RUNONCE_H__ */