diff options
-rw-r--r-- | AethyraLin2WinXcompile.cbp | 3 | ||||
-rw-r--r-- | src/gui/skill.cpp | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/AethyraLin2WinXcompile.cbp b/AethyraLin2WinXcompile.cbp index 2abfefb8..50881830 100644 --- a/AethyraLin2WinXcompile.cbp +++ b/AethyraLin2WinXcompile.cbp @@ -240,9 +240,6 @@ <Unit filename="src\gui\viewport.h" /> <Unit filename="src\gui\widgets\dropdown.cpp" /> <Unit filename="src\gui\widgets\dropdown.h" /> - <Unit filename="src\gui\widgets\gettext.h" /> - <Unit filename="src\gui\widgets\layout.cpp" /> - <Unit filename="src\gui\widgets\layout.h" /> <Unit filename="src\gui\widgets\resizegrip.cpp" /> <Unit filename="src\gui\widgets\resizegrip.h" /> <Unit filename="src\gui\window.cpp" /> diff --git a/src/gui/skill.cpp b/src/gui/skill.cpp index 4296c506..5a23e2a8 100644 --- a/src/gui/skill.cpp +++ b/src/gui/skill.cpp @@ -35,7 +35,7 @@ #include "../utils/dtor.h" #include "../utils/xml.h" -#include "log.h" +#include "../log.h" #define SKILLS_FILE "skills.xml" |