diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-08-31 22:42:10 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-08-31 22:42:10 +0300 |
commit | 00cda69b883d6354f093be6ee39a7936cb798979 (patch) | |
tree | f1daa290abfb53180bd8420a45fe6dff1c7a2ab3 /src/net/eathena/gui/guildtab.cpp | |
parent | 5919cdc663d5f60a8c5cc7e50ad0c43a18cf9829 (diff) | |
download | mv-00cda69b883d6354f093be6ee39a7936cb798979.tar.gz mv-00cda69b883d6354f093be6ee39a7936cb798979.tar.bz2 mv-00cda69b883d6354f093be6ee39a7936cb798979.tar.xz mv-00cda69b883d6354f093be6ee39a7936cb798979.zip |
move being related files into being dir.
Diffstat (limited to 'src/net/eathena/gui/guildtab.cpp')
-rw-r--r-- | src/net/eathena/gui/guildtab.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/eathena/gui/guildtab.cpp b/src/net/eathena/gui/guildtab.cpp index f946e1f8e..542a9327b 100644 --- a/src/net/eathena/gui/guildtab.cpp +++ b/src/net/eathena/gui/guildtab.cpp @@ -24,7 +24,8 @@ #include "chatlogger.h" #include "guild.h" -#include "localplayer.h" + +#include "being/localplayer.h" #include "net/net.h" #include "net/guildhandler.h" |