chore(xml): clean up include paths

This commit is contained in:
fallenoak 2022-12-30 16:59:26 -06:00
parent 4e43886e37
commit 16dbfd4ba1
No known key found for this signature in database
GPG key ID: 7628F8E61AEA070D

View file

@ -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