From 33fb378b7605d34e73d9187cfb36aa8535b96cd0 Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Thu, 6 Jun 2024 17:50:58 +0200 Subject: Generate code out of tree --- src/net/fwd.hpp | 4 ++-- src/net/socket.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/net') diff --git a/src/net/fwd.hpp b/src/net/fwd.hpp index cda28bb..40e270d 100644 --- a/src/net/fwd.hpp +++ b/src/net/fwd.hpp @@ -18,14 +18,14 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -#include "../sanity.hpp" +#include "sanity.hpp" #include "../ints/fwd.hpp" // rank 1 #include "../strings/fwd.hpp" // rank 1 #include "../compat/fwd.hpp" // rank 2 #include "../generic/fwd.hpp" // rank 3 #include "../io/fwd.hpp" // rank 4 -#include "../proto2/fwd.hpp" // rank 8 +#include "proto2/fwd.hpp" // rank 8 #include "../wire/fwd.hpp" // rank 9 // net/fwd.hpp is rank 5 diff --git a/src/net/socket.cpp b/src/net/socket.cpp index 786f085..bc09706 100644 --- a/src/net/socket.cpp +++ b/src/net/socket.cpp @@ -34,7 +34,7 @@ #include "../io/cxxstdio.hpp" -#include "../proto2/map-user.hpp" +#include "proto2/map-user.hpp" #include "../wire/packets.hpp" -- cgit v1.2.3-70-g09d2