X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/954d3cb777db09587845bcc8b2d959d7a48e5bed..c517056585ce9699f0d8b3be6423ef953e90c47b:/projects/sgconf/xml.h?ds=sidebyside

diff --git a/projects/sgconf/xml.h b/projects/sgconf/xml.h
index 453d5eb6..d00d441f 100644
--- a/projects/sgconf/xml.h
+++ b/projects/sgconf/xml.h
@@ -18,8 +18,7 @@
  *    Author : Maxim Mamontov <faust@stargazer.dp.ua>
  */
 
-#ifndef __STG_SGCONF_XML_H__
-#define __STG_SGCONF_XML_H__
+#pragma once
 
 namespace SGCONF
 {
@@ -30,5 +29,3 @@ class COMMANDS;
 void AppendXMLOptionBlock(COMMANDS & commands, OPTION_BLOCKS & blocks);
 
 }
-
-#endif