diff options
Diffstat (limited to 'src/spellmanager.cpp')
-rw-r--r-- | src/spellmanager.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/spellmanager.cpp b/src/spellmanager.cpp index 23eb90ad1..b72d8ec40 100644 --- a/src/spellmanager.cpp +++ b/src/spellmanager.cpp @@ -23,8 +23,9 @@ #include "spellmanager.h" #include "configuration.h" -#include "localplayer.h" -#include "playerinfo.h" + +#include "being/localplayer.h" +#include "being/playerinfo.h" #include "gui/chatwindow.h" |