From 5f1cd555cd9d1c64426e173b30b5b792d211c835 Mon Sep 17 00:00:00 2001 From: Quentin Bazin Date: Wed, 28 Nov 2018 20:01:49 +0100 Subject: Move client-specific files to 'src/client' (#7902) Update Android.mk Remove 'src/client' from include_directories --- src/network/clientopcodes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/network/clientopcodes.h') diff --git a/src/network/clientopcodes.h b/src/network/clientopcodes.h index 57846f095..d03dc457d 100644 --- a/src/network/clientopcodes.h +++ b/src/network/clientopcodes.h @@ -20,7 +20,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #pragma once -#include "client.h" +#include "client/client.h" #include "networkprotocol.h" class NetworkPacket; -- cgit v1.2.3