summaryrefslogtreecommitdiff
path: root/src/utils/xml.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/xml.cpp')
-rw-r--r--src/utils/xml.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/utils/xml.cpp b/src/utils/xml.cpp
index 29202274..a4a5360e 100644
--- a/src/utils/xml.cpp
+++ b/src/utils/xml.cpp
@@ -19,11 +19,11 @@
* along with The Mana Server. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "utils/xml.hpp"
+#include "utils/xml.h"
-#include "common/resourcemanager.hpp"
+#include "common/resourcemanager.h"
#include "utils/logger.h"
-#include "utils/string.hpp"
+#include "utils/string.h"
#include <iostream>
#include <fstream>