summaryrefslogtreecommitdiff
path: root/src/gui/skill.cpp
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2008-11-11 15:24:32 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2008-11-11 15:24:32 +0000
commit12d50ac3bd08576ea23e00778463c3efa6b3a931 (patch)
treef86d214989c85615ff93dc8db51f354dcdc1f7a4 /src/gui/skill.cpp
parent9311774ad6c1a37f95bb2511251719d74426cbb0 (diff)
downloadmana-client-12d50ac3bd08576ea23e00778463c3efa6b3a931.tar.gz
mana-client-12d50ac3bd08576ea23e00778463c3efa6b3a931.tar.bz2
mana-client-12d50ac3bd08576ea23e00778463c3efa6b3a931.tar.xz
mana-client-12d50ac3bd08576ea23e00778463c3efa6b3a931.zip
Fixed two broken include paths
Diffstat (limited to 'src/gui/skill.cpp')
-rw-r--r--src/gui/skill.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/skill.cpp b/src/gui/skill.cpp
index 116e1860..178abe1f 100644
--- a/src/gui/skill.cpp
+++ b/src/gui/skill.cpp
@@ -35,8 +35,8 @@
#include "../localplayer.h"
#include "../utils/dtor.h"
-#include "utils/xml.h"
-#include "log.h"
+#include "../utils/xml.h"
+#include "../log.h"
#define SKILLS_FILE "skills.xml"