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

This commit is contained in:
nhmall
2019-12-14 12:31:29 -05:00
parent 2dad98d55e
commit f4720edfbf
23 changed files with 406 additions and 204 deletions

View File

@@ -7,7 +7,6 @@
/* quest dungeon branch routines. */
#include "quest.h"
#include "qtext.h"
#define Not_firsttime (on_level(&u.uz0, &u.uz))
#define Qstat(x) (g.quest_status.x)

View File

@@ -7,8 +7,6 @@
/* quest-specific pager routines. */
#include "qtext.h"
#define QTEXT_FILE "quest.lua"
#ifdef TTY_GRAPHICS

View File

@@ -9,7 +9,6 @@
/* - generalized for 3.1 (mike@bullns.on01.bull.ca) */
#include "hack.h"
#include "qtext.h"
static short FDECL(which_arti, (int));
static boolean FDECL(mon_has_arti, (struct monst *, SHORT_P));