summaryrefslogtreecommitdiff
path: root/src/map/chat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/chat.cpp')
-rw-r--r--src/map/chat.cpp19
1 files changed, 8 insertions, 11 deletions
diff --git a/src/map/chat.cpp b/src/map/chat.cpp
index 9078ea0..89ee992 100644
--- a/src/map/chat.cpp
+++ b/src/map/chat.cpp
@@ -1,19 +1,16 @@
-// $Id: chat.c,v 1.2 2004/09/22 02:59:47 Akitasha Exp $
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
+#include "chat.hpp"
+
+#include <cstdio>
+#include <cstdlib>
+#include <cstring>
#include "../common/db.hpp"
#include "../common/nullpo.hpp"
-#include "map.hpp"
+
#include "clif.hpp"
-#include "pc.hpp"
-#include "chat.hpp"
+#include "map.hpp"
#include "npc.hpp"
-
-#ifdef MEMWATCH
-#include "memwatch.hpp"
-#endif
+#include "pc.hpp"
int chat_triggerevent(struct chat_data *cd);