summaryrefslogtreecommitdiff
path: root/src/utils/xml.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/xml.h')
-rw-r--r--src/utils/xml.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/utils/xml.h b/src/utils/xml.h
index 75f671b02..d67747659 100644
--- a/src/utils/xml.h
+++ b/src/utils/xml.h
@@ -20,8 +20,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef XML_H
-#define XML_H
+#ifndef UTILS_XML_H
+#define UTILS_XML_H
#include <libxml/encoding.h>
#include <libxml/xmlwriter.h>
@@ -144,4 +144,4 @@ namespace XML
#define for_each_xml_child_node(var, parent) \
for (XmlNodePtr var = parent->xmlChildrenNode; var; var = var->next)
-#endif // XML_H
+#endif // UTILS_XML_H