summaryrefslogtreecommitdiffstats
path: root/include/network/NetworkClient.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/network/NetworkClient.hpp (renamed from src/network/NetworkClient.hpp)3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/network/NetworkClient.hpp b/include/network/NetworkClient.hpp
index bf7aa4e..22b1b22 100644
--- a/src/network/NetworkClient.hpp
+++ b/include/network/NetworkClient.hpp
@@ -3,7 +3,8 @@
#include <thread>
#include <queue>
#include <mutex>
-#include "Network.hpp"
+
+#include <network/Network.hpp>
class NetworkClient {
Network network;