mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +00:00
[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:
parent
d70d72e6e4
commit
e0863ff067
1 changed files with 0 additions and 2 deletions
|
@ -49,8 +49,6 @@
|
|||
#include "compat.h"
|
||||
#include "netchan.h"
|
||||
|
||||
#include "../qw/include/client.h"
|
||||
|
||||
#define PACKET_HEADER 8
|
||||
|
||||
int net_nochoke;
|
||||
|
|
Loading…
Reference in a new issue