From: nhmall Date: Sun, 24 May 2015 23:29:20 +0000 (-0400) Subject: remove #include of file that doesn't exist X-Git-Tag: NetHack-3.6.0_RC01~368 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e1a0d9bd925071b8d76045b0d374695133799a7;p=nethack remove #include of file that doesn't exist --- diff --git a/src/sounds.c b/src/sounds.c index 50c281d5d..e4753620f 100644 --- a/src/sounds.c +++ b/src/sounds.c @@ -1,14 +1,10 @@ -/* NetHack 3.6 sounds.c $NHDT-Date: 1432472661 2015/05/24 13:04:21 $ $NHDT-Branch: master $:$NHDT-Revision: 1.61 $ */ +/* NetHack 3.6 sounds.c $NHDT-Date: 1432510145 2015/05/24 23:29:05 $ $NHDT-Branch: master $:$NHDT-Revision: 1.62 $ */ /* NetHack 3.6 sounds.c $Date: 2012/03/10 02:49:08 $ $Revision: 1.39 $ */ /* Copyright (c) 1989 Janet Walz, Mike Threepoint */ /* NetHack may be freely redistributed. See license for details. */ #include "hack.h" -#ifdef USER_SOUNDS -#include -#endif - STATIC_DCL boolean FDECL(mon_is_gecko, (struct monst *)); STATIC_DCL int FDECL(domonnoise, (struct monst *)); STATIC_DCL int NDECL(dochat);