include/lev.h is an empty header file so just get rid of it

This commit is contained in:
nhmall
2019-12-14 17:18:48 -05:00
parent 65e89507f1
commit 480c3eb6e0
32 changed files with 164 additions and 202 deletions

View File

@@ -4,8 +4,6 @@
/* NetHack may be freely redistributed. See license for details. */
#include "hack.h"
#include "lev.h"
#ifdef MFLOPPY
extern long bytes_counted;

View File

@@ -4,7 +4,6 @@
/* NetHack may be freely redistributed. See license for details. */
#include "hack.h"
#include "lev.h"
#include "func_tab.h"
/* Macros for meta and ctrl modifiers:

View File

@@ -6,7 +6,6 @@
/* Contains code for 'd', 'D' (drop), '>', '<' (up, down) */
#include "hack.h"
#include "lev.h"
static void FDECL(trycall, (struct obj *));
static void NDECL(polymorph_sink);

View File

@@ -6,7 +6,6 @@
#include "hack.h"
#include "dgn_file.h"
#include "dlb.h"
#include "lev.h"
#define DUNGEON_FILE "dungeon.lua"

View File

@@ -6,7 +6,6 @@
#define NEED_VARARGS /* comment line for pre-compiled headers */
#include "hack.h"
#include "lev.h"
#ifndef NO_SIGNAL
#include <signal.h>
#endif

View File

@@ -4,7 +4,6 @@
/* NetHack may be freely redistributed. See license for details. */
#include "hack.h"
#include "lev.h"
static NEARDATA struct engr *head_engr;
static const char *NDECL(blengr);

View File

@@ -8,7 +8,6 @@
#include "hack.h"
#include "dlb.h"
#include <ctype.h>
#include "lev.h"
#ifdef TTY_GRAPHICS
#include "wintty.h" /* more() */

View File

@@ -3,7 +3,6 @@
/* NetHack may be freely redistributed. See license for details. */
#include "hack.h"
#include "lev.h" /* for checking save modes */
/*
* Mobile light sources.

View File

@@ -5,7 +5,6 @@
#include "hack.h"
#include "sp_lev.h"
#include "lev.h" /* save & restore info */
static int FDECL(iswall, (int, int));
static int FDECL(iswall_or_stone, (int, int));

View File

@@ -4,7 +4,6 @@
/* NetHack may be freely redistributed. See license for details. */
#include "hack.h"
#include "lev.h" /* save & restore info */
static void FDECL(setgemprobs, (d_level *));
static void FDECL(shuffle, (int, int, BOOLEAN_P));

View File

@@ -3,7 +3,6 @@
/* NetHack may be freely redistributed. See license for details. */
#include "hack.h"
#include "lev.h"
/*
* This should really go into the level structure, but

View File

@@ -4,7 +4,6 @@
/* NetHack may be freely redistributed. See license for details. */
#include "hack.h"
#include "lev.h"
#include "tcap.h" /* for TERMLIB and ASCIIGRAPH */
#if defined(MICRO)

View File

@@ -4,7 +4,6 @@
/* NetHack may be freely redistributed. See license for details. */
#include "hack.h"
#include "lev.h"
#include "dlb.h"
/* [note: this comment is fairly old, but still accurate for 3.1]

View File

@@ -4,7 +4,6 @@
/* NetHack may be freely redistributed. See license for details. */
#include "hack.h"
#include "lev.h"
#ifndef NO_SIGNAL
#include <signal.h>

View File

@@ -4,7 +4,6 @@
/* NetHack may be freely redistributed. See license for details. */
#include "hack.h"
#include "lev.h" /* for checking save modes */
static void NDECL(stoned_dialogue);
static void NDECL(vomiting_dialogue);

View File

@@ -6,7 +6,6 @@
#include "hack.h"
#include "dlb.h"
#include "date.h"
#include "lev.h"
/*
* All the references to the contents of patchlevel.h have been moved

View File

@@ -4,7 +4,6 @@
/* NetHack may be freely redistributed. See license for details. */
#include "hack.h"
#include "lev.h"
#define newseg() (struct wseg *) alloc(sizeof (struct wseg))
#define dealloc_seg(wseg) free((genericptr_t) (wseg))