common.c: Remove useless zlib include

This commit is contained in:
cypress 2024-09-04 19:37:40 -07:00
parent 67d7f1f663
commit 8597118512

View file

@ -20,7 +20,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
// common.c -- misc functions used in client and server
#include "quakedef.h"
#include <zlib.h>
#define NUM_SAFE_ARGVS 7