summaryrefslogtreecommitdiff
path: root/include/net/conn.hpp
diff options
context:
space:
mode:
authorhovertank3d <[email protected]>2025-11-13 23:28:40 +0100
committerhovertank3d <[email protected]>2025-11-13 23:36:57 +0100
commit6c1a6c62bb13d09a0beb51ebb5cd5e4a69d9fe5a (patch)
tree3ced0304df9dea9fe6547ee7d27bfa6eb25e4cc9 /include/net/conn.hpp
parent9e162e1a3cbf4ea75953bb1f4e2b9440c9456348 (diff)
downloadogurec-6c1a6c62bb13d09a0beb51ebb5cd5e4a69d9fe5a.tar.gz
ogurec-6c1a6c62bb13d09a0beb51ebb5cd5e4a69d9fe5a.zip
tidy up a bit
Diffstat (limited to 'include/net/conn.hpp')
-rw-r--r--include/net/conn.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/conn.hpp b/include/net/conn.hpp
index 6569973..95992ed 100644
--- a/include/net/conn.hpp
+++ b/include/net/conn.hpp
@@ -3,10 +3,11 @@
#include <cstdint>
#include <functional>
#include <map>
-#include <netinet/in.h>
#include <span>
#include <vector>
+#include <netinet/in.h>
+
#include "net/packet.hpp"
namespace net {