remove va from commdef.h and fix the consequences

This commit is contained in:
Bill Currie 2000-10-21 07:34:56 +00:00
parent 63fc732758
commit d295f183ba
22 changed files with 28 additions and 7 deletions

View file

@ -32,12 +32,15 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <string.h>
#include "cl_slist.h"
#include "bothdefs.h"
#include "console.h"
#include "commdef.h"
#include "quakefs.h"
#include <string.h>
#include "va.h"
server_entry_t *slist;