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,22 +29,14 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "pr_comp.h"
#include "va.h"
#include "progs.h"
#include "console.h"
#include "server.h"
#include "world.h"
#include "msg.h"
#include "cmd.h"
#include "commdef.h"
#include "info.h"
#include <stdlib.h>
#include <math.h>
#include <string.h>
void SV_Error (char *error, ...);
#include "cmd.h"
#include "msg.h"
#include "server.h"
#include "world.h"
#include "va.h"
#define RETURN_EDICT(e) (((int *)pr_globals)[OFS_RETURN] = EDICT_TO_PROG(e))
#define RETURN_STRING(s) (((int *)pr_globals)[OFS_RETURN] = PR_SetString(s))