From e0863ff06725bcbac21baa35f132d7530eb5fb3e Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Mon, 20 Dec 2021 09:19:36 +0900 Subject: [PATCH] [net_chan] Clean out unnecessary include net_chan was still including client.h from qw when it no longer needed it (I guess I forgot to clean that out when I resolved any last dependencies). --- libs/net/net_chan.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/net/net_chan.c b/libs/net/net_chan.c index 53557a95c..1289866d7 100644 --- a/libs/net/net_chan.c +++ b/libs/net/net_chan.c @@ -49,8 +49,6 @@ #include "compat.h" #include "netchan.h" -#include "../qw/include/client.h" - #define PACKET_HEADER 8 int net_nochoke;