From 4bf764a5b8952856b1ca04f1282121e8054938de Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 29 Oct 2011 22:58:13 +0000 Subject: Enable gcc warning to detect redundant declarations, and clean up instances of this within the code (thanks Edward-san). Subversion-branch: /branches/v2-branch Subversion-revision: 2468 --- src/hexen/in_lude.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/hexen/in_lude.c') diff --git a/src/hexen/in_lude.c b/src/hexen/in_lude.c index 8e95596d..4164d549 100644 --- a/src/hexen/in_lude.c +++ b/src/hexen/in_lude.c @@ -22,12 +22,13 @@ // //----------------------------------------------------------------------------- +#include #include "h2def.h" #include "s_sound.h" #include "i_system.h" #include "i_video.h" -#include +#include "p_local.h" #include "v_video.h" // MACROS ------------------------------------------------------------------ @@ -48,10 +49,6 @@ typedef enum // PUBLIC FUNCTION PROTOTYPES ---------------------------------------------- -void IN_Start(void); -void IN_Ticker(void); -void IN_Drawer(void); - // PRIVATE FUNCTION PROTOTYPES --------------------------------------------- static void WaitStop(void); -- cgit v1.2.3