redundant includes

Remove several duplicate includes I discovered while reconciling the
vms Makefile.  All of these are already being brought in via hack.h so don't
need to be explicitly included after it.
This commit is contained in:
nethack.rankin
2005-12-15 03:48:09 +00:00
parent 0303517e2d
commit cc06912040
6 changed files with 3 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)restore.c 3.5 2005/01/04 */
/* SCCS Id: @(#)restore.c 3.5 2005/12/14 */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */
@@ -87,8 +87,6 @@ void FDECL( amii_setpens, (int) ); /* use colors from save file */
extern int amii_numcolors;
#endif
#include "quest.h"
boolean restoring = FALSE;
static NEARDATA struct fruit *oldfruit;
static NEARDATA long omoves;