- Move from using include guards to pragma once.
[reactos.git] / reactos / base / setup / usetup / filesup.h
index 3ede709..b7aecd8 100644 (file)
@@ -24,8 +24,7 @@
  * PROGRAMMER:      Eric Kohl
  */
 
-#ifndef __FILESUP_H__
-#define __FILESUP_H__
+#pragma once
 
 NTSTATUS
 SetupCreateDirectory(PWCHAR DirectoryName);
@@ -43,7 +42,4 @@ BOOLEAN
 DoesFileExist(PWSTR PathName,
              PWSTR FileName);
 
-
-#endif /* __FILESUP_H__ */
-
 /* EOF */