summaryrefslogtreecommitdiff
path: root/src/emap/data
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-10-18 23:07:14 +0300
committerAndrei Karas <akaras@inbox.ru>2015-10-18 23:07:14 +0300
commit605743927ad2d23df4c889b9dabd23f03b9c158b (patch)
tree475d74c044b5e9900fb2b342b9009a625d20d66f /src/emap/data
parent0e55e85e9e9a6a4028a29e8c214b69cbc3a54ffe (diff)
downloadevol-hercules-605743927ad2d23df4c889b9dabd23f03b9c158b.tar.gz
evol-hercules-605743927ad2d23df4c889b9dabd23f03b9c158b.tar.bz2
evol-hercules-605743927ad2d23df4c889b9dabd23f03b9c158b.tar.xz
evol-hercules-605743927ad2d23df4c889b9dabd23f03b9c158b.zip
Rename malloc.h to memmgr.h in includes.
Diffstat (limited to 'src/emap/data')
-rw-r--r--src/emap/data/bgd.c2
-rw-r--r--src/emap/data/itemd.c2
-rw-r--r--src/emap/data/mapd.c2
-rw-r--r--src/emap/data/mobd.c2
-rw-r--r--src/emap/data/npcd.c2
-rw-r--r--src/emap/data/session.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/src/emap/data/bgd.c b/src/emap/data/bgd.c
index b5fb7b5..a0525c9 100644
--- a/src/emap/data/bgd.c
+++ b/src/emap/data/bgd.c
@@ -8,7 +8,7 @@
#include <string.h>
#include "common/HPMi.h"
-#include "common/malloc.h"
+#include "common/memmgr.h"
#include "common/mmo.h"
#include "common/socket.h"
#include "common/strlib.h"
diff --git a/src/emap/data/itemd.c b/src/emap/data/itemd.c
index c5ae309..5e02dea 100644
--- a/src/emap/data/itemd.c
+++ b/src/emap/data/itemd.c
@@ -8,7 +8,7 @@
#include <string.h>
#include "common/HPMi.h"
-#include "common/malloc.h"
+#include "common/memmgr.h"
#include "common/mmo.h"
#include "common/socket.h"
#include "common/strlib.h"
diff --git a/src/emap/data/mapd.c b/src/emap/data/mapd.c
index 12d25d8..feaabaf 100644
--- a/src/emap/data/mapd.c
+++ b/src/emap/data/mapd.c
@@ -8,7 +8,7 @@
#include <string.h>
#include "common/HPMi.h"
-#include "common/malloc.h"
+#include "common/memmgr.h"
#include "common/mmo.h"
#include "common/socket.h"
#include "common/strlib.h"
diff --git a/src/emap/data/mobd.c b/src/emap/data/mobd.c
index cb55e05..0df31e7 100644
--- a/src/emap/data/mobd.c
+++ b/src/emap/data/mobd.c
@@ -8,7 +8,7 @@
#include <string.h>
#include "common/HPMi.h"
-#include "common/malloc.h"
+#include "common/memmgr.h"
#include "common/mmo.h"
#include "common/socket.h"
#include "common/strlib.h"
diff --git a/src/emap/data/npcd.c b/src/emap/data/npcd.c
index bc0d7d2..9a57a12 100644
--- a/src/emap/data/npcd.c
+++ b/src/emap/data/npcd.c
@@ -8,7 +8,7 @@
#include <string.h>
#include "common/HPMi.h"
-#include "common/malloc.h"
+#include "common/memmgr.h"
#include "common/mmo.h"
#include "common/socket.h"
#include "common/strlib.h"
diff --git a/src/emap/data/session.c b/src/emap/data/session.c
index f4eeda7..4b4792c 100644
--- a/src/emap/data/session.c
+++ b/src/emap/data/session.c
@@ -8,7 +8,7 @@
#include <string.h>
#include "common/HPMi.h"
-#include "common/malloc.h"
+#include "common/memmgr.h"
#include "common/mmo.h"
#include "common/socket.h"
#include "common/strlib.h"