From 12d50ac3bd08576ea23e00778463c3efa6b3a931 Mon Sep 17 00:00:00 2001 From: Philipp Sehmisch Date: Tue, 11 Nov 2008 15:24:32 +0000 Subject: Fixed two broken include paths --- ChangeLog | 4 ++++ src/gui/skill.cpp | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6d191f2f..238c0cb1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-10-30 Philipp Sehmisch + + * src/gui/skil.cpp: fixed two broken include paths. + 2008-11-08 Bjørn Lindeijer * src/utils/strprintf.cpp: Fixed compile error with GCC 4.4 reported 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" -- cgit v1.2.3-70-g09d2