summaryrefslogtreecommitdiff
path: root/src/net/tmwa/chatrecv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/chatrecv.h')
-rw-r--r--src/net/tmwa/chatrecv.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/net/tmwa/chatrecv.h b/src/net/tmwa/chatrecv.h
index 18d56a525..e8a448659 100644
--- a/src/net/tmwa/chatrecv.h
+++ b/src/net/tmwa/chatrecv.h
@@ -23,14 +23,15 @@
#ifndef NET_TMWA_CHATRECV_H
#define NET_TMWA_CHATRECV_H
-#include "net/ea/chathandler.h"
+#include <string>
-#include "net/tmwa/messagehandler.h"
+namespace Net
+{
+ class MessageIn;
+}
namespace TmwAthena
{
- class MessageOut;
-
namespace ChatRecv
{
void processChat(Net::MessageIn &msg);