include/lev.h is an empty header file so just get rid of it
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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:
|
||||
|
||||
1
src/do.c
1
src/do.c
@@ -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);
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
#include "hack.h"
|
||||
#include "dgn_file.h"
|
||||
#include "dlb.h"
|
||||
#include "lev.h"
|
||||
|
||||
#define DUNGEON_FILE "dungeon.lua"
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
#include "hack.h"
|
||||
#include "dlb.h"
|
||||
#include <ctype.h>
|
||||
#include "lev.h"
|
||||
|
||||
#ifdef TTY_GRAPHICS
|
||||
#include "wintty.h" /* more() */
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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));
|
||||
|
||||
@@ -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));
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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]
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user