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

@@ -313,7 +313,7 @@ $(MAKEDEFS) : $(FIRSTOBJ) $(UTL)makedefs.c \
$(CONFIG_H) $(INC)permonst.h $(INC)objclass.h \
$(INC)monsym.h $(INC)artilist.h $(INC)dungeon.h \
$(INC)obj.h $(INC)monst.h $(INC)you.h $(INC)flag.h \
$(INC)dlb.h $(INC)patchlevel.h $(INC)qtext.h \
$(INC)dlb.h $(INC)patchlevel.h \
$(LIBOPT) $(ID_OPT)
$(CD) $(UTL)
$(MAKE)$(MAKEFLAGS) $(MAKEDEFS)
@@ -557,8 +557,8 @@ polyself.obj : polyself.c $(HACK_H)
potion.obj : potion.c $(HACK_H)
pray.obj : pray.c $(HACK_H)
priest.obj : priest.c $(HACK_H) $(INC)mfndpos.h
quest.obj : quest.c $(HACK_H) $(INC)qtext.h
questpgr.obj : questpgr.c $(HACK_H) $(INC)dlb.h $(INC)qtext.h
quest.obj : quest.c $(HACK_H)
questpgr.obj : questpgr.c $(HACK_H) $(INC)dlb.h
read.obj : read.c $(HACK_H)
rect.obj : rect.c $(HACK_H)
region.obj : region.c $(HACK_H) $(INC)lev.h
@@ -591,7 +591,7 @@ weapon.obj : weapon.c $(HACK_H)
were.obj : were.c $(HACK_H)
wield.obj : wield.c $(HACK_H)
windows.obj : windows.c $(HACK_H) $(INC)wingem.h $(INC)winGnome.h
wizard.obj : wizard.c $(HACK_H) $(INC)qtext.h
wizard.obj : wizard.c $(HACK_H)
worm.obj : worm.c $(HACK_H) $(INC)lev.h
worn.obj : worn.c $(HACK_H)
write.obj : write.c $(HACK_H)