summaryrefslogtreecommitdiff
path: root/src/char
diff options
context:
space:
mode:
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"