From 3b15e4fff2e16f39d084cb33b949a165ec868caa Mon Sep 17 00:00:00 2001 From: nhmall Date: Sun, 9 Mar 2025 09:51:12 -0400 Subject: [PATCH] a pair of duplicate #include statements in hack.h --- include/hack.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/hack.h b/include/hack.h index 13e27653f..f2f8d979a 100644 --- a/include/hack.h +++ b/include/hack.h @@ -29,13 +29,11 @@ #include "mkroom.h" #include "obj.h" #include "quest.h" -#include "rect.h" #include "region.h" #include "rm.h" #include "selvar.h" #include "sndprocs.h" #include "spell.h" -#include "sym.h" #include "sys.h" #include "timeout.h" #include "winprocs.h"