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:
@@ -1,10 +1,9 @@
|
||||
/* SCCS Id: @(#)save.c 3.5 2005/01/04 */
|
||||
/* SCCS Id: @(#)save.c 3.5 2005/12/14 */
|
||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
#include "hack.h"
|
||||
#include "lev.h"
|
||||
#include "quest.h"
|
||||
|
||||
#ifndef NO_SIGNAL
|
||||
#include <signal.h>
|
||||
|
||||
Reference in New Issue
Block a user