summaryrefslogtreecommitdiff
path: root/include/net/client.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/client.hpp
parent9e162e1a3cbf4ea75953bb1f4e2b9440c9456348 (diff)
downloadogurec-6c1a6c62bb13d09a0beb51ebb5cd5e4a69d9fe5a.tar.gz
ogurec-6c1a6c62bb13d09a0beb51ebb5cd5e4a69d9fe5a.zip
tidy up a bit
Diffstat (limited to 'include/net/client.hpp')
-rw-r--r--include/net/client.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/client.hpp b/include/net/client.hpp
index 234ca90..23d250b 100644
--- a/include/net/client.hpp
+++ b/include/net/client.hpp
@@ -1,6 +1,5 @@
#pragma once
-#include "net/conn.hpp"
#include <cerrno>
#include <cstdio>
#include <cstdlib>
@@ -19,6 +18,8 @@
#include <sys/wait.h>
#include <unistd.h>
+#include "net/conn.hpp"
+
namespace net {
class client {