diff options
Diffstat (limited to 'src/net')
-rw-r--r-- | src/net/fwd.hpp | 4 | ||||
-rw-r--r-- | src/net/socket.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
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 <http://www.gnu.org/licenses/>. -#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" |