summaryrefslogtreecommitdiff
path: root/src/char
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2014-05-12 18:13:28 -0700
committerBen Longbons <b.r.longbons@gmail.com>2014-05-12 18:13:28 -0700
commitfccd01bd0fba297531595b51ffb8db044ed6f22c (patch)
treec7878d86d6baf38b071aa7f9b95ce2136f246837 /src/char
parent794c162c9e92cbcdad73cb82f545876a47afae92 (diff)
downloadtmwa-fccd01bd0fba297531595b51ffb8db044ed6f22c.tar.gz
tmwa-fccd01bd0fba297531595b51ffb8db044ed6f22c.tar.bz2
tmwa-fccd01bd0fba297531595b51ffb8db044ed6f22c.tar.xz
tmwa-fccd01bd0fba297531595b51ffb8db044ed6f22c.zip
split out the horrible unchecked buffer accessors
Diffstat (limited to 'src/char')
-rw-r--r--src/char/char.cpp1
-rw-r--r--src/char/int_party.cpp2
-rw-r--r--src/char/int_storage.cpp2
-rw-r--r--src/char/inter.cpp2
4 files changed, 4 insertions, 3 deletions
diff --git a/src/char/char.cpp b/src/char/char.cpp
index e84de03..5446347 100644
--- a/src/char/char.cpp
+++ b/src/char/char.cpp
@@ -56,6 +56,7 @@
#include "../net/socket.hpp"
#include "../net/timer.hpp"
+#include "../net/vomit.hpp"
#include "../mmo/config_parse.hpp"
#include "../mmo/core.hpp"
diff --git a/src/char/int_party.cpp b/src/char/int_party.cpp
index 472e493..056e11d 100644
--- a/src/char/int_party.cpp
+++ b/src/char/int_party.cpp
@@ -33,7 +33,7 @@
#include "../io/read.hpp"
#include "../io/write.hpp"
-#include "../net/socket.hpp"
+#include "../net/vomit.hpp"
#include "../mmo/extract.hpp"
#include "../mmo/ids.hpp"
diff --git a/src/char/int_storage.cpp b/src/char/int_storage.cpp
index 82aa07f..5cbc2a1 100644
--- a/src/char/int_storage.cpp
+++ b/src/char/int_storage.cpp
@@ -32,7 +32,7 @@
#include "../io/read.hpp"
#include "../io/write.hpp"
-#include "../net/socket.hpp"
+#include "../net/vomit.hpp"
#include "../mmo/extract.hpp"
#include "../mmo/mmo.hpp"
diff --git a/src/char/inter.cpp b/src/char/inter.cpp
index a7617c9..a4af7e5 100644
--- a/src/char/inter.cpp
+++ b/src/char/inter.cpp
@@ -38,7 +38,7 @@
#include "../io/read.hpp"
#include "../io/write.hpp"
-#include "../net/socket.hpp"
+#include "../net/vomit.hpp"
#include "../mmo/extract.hpp"
#include "../mmo/mmo.hpp"