summaryrefslogtreecommitdiff
path: root/src/map/chat.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/chat.hpp')
-rw-r--r--src/map/chat.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/map/chat.hpp b/src/map/chat.hpp
index 28cc623..ead7b49 100644
--- a/src/map/chat.hpp
+++ b/src/map/chat.hpp
@@ -1,12 +1,10 @@
#ifndef CHAT_HPP
#define CHAT_HPP
-#include "map.hpp"
-
int chat_leavechat(struct map_session_data *);
int chat_createnpcchat(struct npc_data *nd, int limit, int pub, int trigger,
- const char *title, int titlelen, const char *ev);
+ const char *title, int titlelen, const char *ev);
int chat_deletenpcchat(struct npc_data *nd);
int chat_enableevent(struct chat_data *cd);
int chat_disableevent(struct chat_data *cd);