From 16dbfd4ba11f33b69fcad5862ad75ada035c2374 Mon Sep 17 00:00:00 2001 From: fallenoak Date: Fri, 30 Dec 2022 16:59:26 -0600 Subject: [PATCH] chore(xml): clean up include paths --- common/XML.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/XML.hpp b/common/XML.hpp index c795cd8..3590771 100644 --- a/common/XML.hpp +++ b/common/XML.hpp @@ -1,8 +1,8 @@ #ifndef COMMON_XML_HPP #define COMMON_XML_HPP -#include "xml/XMLAttribute.hpp" -#include "xml/XMLNode.hpp" -#include "xml/XMLTree.hpp" +#include "common/xml/XMLAttribute.hpp" +#include "common/xml/XMLNode.hpp" +#include "common/xml/XMLTree.hpp" #endif