From fccd01bd0fba297531595b51ffb8db044ed6f22c Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Mon, 12 May 2014 18:13:28 -0700 Subject: split out the horrible unchecked buffer accessors --- src/map/chrif.cpp | 1 + src/map/clif.cpp | 1 + src/map/intif.cpp | 1 + src/map/pc.cpp | 2 +- 4 files changed, 4 insertions(+), 1 deletion(-) (limited to 'src/map') diff --git a/src/map/chrif.cpp b/src/map/chrif.cpp index b5c5bf6..c225608 100644 --- a/src/map/chrif.cpp +++ b/src/map/chrif.cpp @@ -31,6 +31,7 @@ #include "../net/ip.hpp" #include "../net/socket.hpp" #include "../net/timer.hpp" +#include "../net/vomit.hpp" #include "../mmo/human_time_diff.hpp" #include "../mmo/mmo.hpp" diff --git a/src/map/clif.cpp b/src/map/clif.cpp index ce328f6..7f0256a 100644 --- a/src/map/clif.cpp +++ b/src/map/clif.cpp @@ -41,6 +41,7 @@ #include "../net/ip.hpp" #include "../net/socket.hpp" #include "../net/timer.hpp" +#include "../net/vomit.hpp" #include "../mmo/md5more.hpp" #include "../mmo/utils.hpp" diff --git a/src/map/intif.cpp b/src/map/intif.cpp index 57c6048..1ad9cd4 100644 --- a/src/map/intif.cpp +++ b/src/map/intif.cpp @@ -30,6 +30,7 @@ #include "../io/cxxstdio.hpp" #include "../net/socket.hpp" +#include "../net/vomit.hpp" #include "../mmo/mmo.hpp" diff --git a/src/map/pc.cpp b/src/map/pc.cpp index 9a1493f..f3f56b1 100644 --- a/src/map/pc.cpp +++ b/src/map/pc.cpp @@ -39,8 +39,8 @@ #include "../io/cxxstdio.hpp" #include "../io/read.hpp" -#include "../net/socket.hpp" #include "../net/timer.hpp" +#include "../net/vomit.hpp" #include "../mmo/utils.hpp" -- cgit v1.2.3-60-g2f50