- Move from using include guards to pragma once.
[reactos.git] / reactos / tools / cabman / raw.h
index 635712f..0b79efb 100755 (executable)
@@ -4,8 +4,8 @@
  * FILE:        tools/cabman/raw.h
  * PURPOSE:     CAB codec for uncompressed data
  */
-#ifndef __RAW_H
-#define __RAW_H
+
+#pragma once
 
 #include "cabinet.h"
 
@@ -30,6 +30,4 @@ public:
                              PULONG OutputLength);
 };
 
-#endif /* __RAW_H */
-
 /* EOF */