summaryrefslogtreecommitdiffstats
path: root/src/Stream.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Stream.hpp')
-rw-r--r--src/Stream.hpp12
1 files changed, 3 insertions, 9 deletions
diff --git a/src/Stream.hpp b/src/Stream.hpp
index 3fb92df..b733d3b 100644
--- a/src/Stream.hpp
+++ b/src/Stream.hpp
@@ -1,19 +1,13 @@
#pragma once
-#include <algorithm>
-#include <string>
-#include <stdexcept>
#include <vector>
-#include <cstring>
-#include <nlohmann/json.hpp>
-#include <easylogging++.h>
-
-#include "Socket.hpp"
-#include "Vector.hpp"
#include "Utility.hpp"
+#include "Vector.hpp"
#include "Chat.hpp"
+class Socket;
+
struct SlotData {
short BlockId = -1;
signed char ItemCount = 1;