- Move from using include guards to pragma once.
[reactos.git] / reactos / tools / ssprintf.h
index 888e678..6e10554 100644 (file)
@@ -13,8 +13,8 @@
  * with this program; if not, write to the Free Software Foundation, Inc.,
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
-#ifndef SSPRINTF_H
-#define SSPRINTF_H
+
+#pragma once
 
 #include <string>
 #include <stdarg.h>
@@ -38,5 +38,3 @@ std::wstring sswvprintf ( const wchar_t* fmt, va_list args );
 #define sstprintf ssprintf
 #define sstvprintf ssvprintf
 #endif
-
-#endif