[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).
This commit is contained in:
Bill Currie 2021-12-20 09:19:36 +09:00
parent d70d72e6e4
commit e0863ff067
1 changed files with 0 additions and 2 deletions

View File

@ -49,8 +49,6 @@
#include "compat.h"
#include "netchan.h"
#include "../qw/include/client.h"
#define PACKET_HEADER 8
int net_nochoke;