clean up the #includes of the progs files

This commit is contained in:
Bill Currie 2000-12-28 05:18:38 +00:00
parent e52100982b
commit f453d2f1b8
4 changed files with 18 additions and 52 deletions

View file

@ -29,23 +29,13 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "pr_comp.h"
#include "progs.h"
#include "console.h"
#include "cvar.h"
#include "progs.h"
#include "server.h"
#include "world.h"
#include "msg.h"
#include "cmd.h"
#include "commdef.h"
#include "sys.h"
#include <stdarg.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
void SV_Error (char *error, ...);
typedef struct {
int s;
dfunction_t *f;