mirror of
https://github.com/thunderbrewhq/common.git
synced 2025-12-12 03:02:29 +00:00
chore(xml): clean up include paths
This commit is contained in:
parent
4e43886e37
commit
16dbfd4ba1
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue