From ee6524c2e665bd5a30f2b4a4dd615e2dac71bd1b Mon Sep 17 00:00:00 2001 From: dawidg81 Date: Fri, 6 Mar 2026 20:28:51 +0100 Subject: [PATCH] Updated includes in main.cpp to match PUBLIC in CMakeLists --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index f43dc7f..728a04c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,5 +1,5 @@ -#include "Core/Logger.hpp" -#include "Network/Socket.hpp" +#include "Logger.hpp" +#include "Socket.hpp" #include