summaryrefslogtreecommitdiff
path: root/src/net/eathena/npcrecv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/npcrecv.cpp')
-rw-r--r--src/net/eathena/npcrecv.cpp12
1 files changed, 3 insertions, 9 deletions
diff --git a/src/net/eathena/npcrecv.cpp b/src/net/eathena/npcrecv.cpp
index 4bc1cf657..f6058e682 100644
--- a/src/net/eathena/npcrecv.cpp
+++ b/src/net/eathena/npcrecv.cpp
@@ -21,20 +21,14 @@
#include "net/eathena/npcrecv.h"
#include "actormanager.h"
+#include "logger.h"
-#include "being/localplayer.h"
+#include "being/being.h"
-#include "gui/windows/npcdialog.h"
-
-#include "gui/widgets/createwidget.h"
+#include "net/messagein.h"
#include "net/ea/npcrecv.h"
-#include "net/eathena/messageout.h"
-#include "net/eathena/protocol.h"
-
-#include "net/ea/eaprotocol.h"
-
#include "debug.h"
namespace EAthena