From 0e1a0d9bd925071b8d76045b0d374695133799a7 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sun, 24 May 2015 19:29:20 -0400 Subject: [PATCH] remove #include of file that doesn't exist --- src/sounds.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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);