diff options
Diffstat (limited to 'src/net/eathena')
-rw-r--r-- | src/net/eathena/gui/guildtab.cpp | 1 | ||||
-rw-r--r-- | src/net/eathena/gui/partytab.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/net/eathena/gui/guildtab.cpp b/src/net/eathena/gui/guildtab.cpp index fb7cabc77..049c00186 100644 --- a/src/net/eathena/gui/guildtab.cpp +++ b/src/net/eathena/gui/guildtab.cpp @@ -23,7 +23,6 @@ #include "net/eathena/gui/guildtab.h" #include "chatlogger.h" -#include "commandhandler.h" #include "guild.h" #include "localplayer.h" diff --git a/src/net/eathena/gui/partytab.cpp b/src/net/eathena/gui/partytab.cpp index da14226fe..e98642963 100644 --- a/src/net/eathena/gui/partytab.cpp +++ b/src/net/eathena/gui/partytab.cpp @@ -23,7 +23,6 @@ #include "net/eathena/gui/partytab.h" #include "chatlogger.h" -#include "commandhandler.h" #include "localplayer.h" #include "party.h" |