From 439a4b158b47c635100b0006470a7ed1e44e29f3 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 6 Sep 2008 20:06:14 +0000 Subject: Remove includes of doomdef.h where possible, move generic parts into top level. Subversion-branch: /branches/raven-branch Subversion-revision: 1204 --- src/i_video.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/i_video.c') diff --git a/src/i_video.c b/src/i_video.c index 0fe25736..cbfc4b4c 100644 --- a/src/i_video.c +++ b/src/i_video.c @@ -34,7 +34,8 @@ #include "config.h" #include "deh_main.h" -#include "doomdef.h" +#include "doomtype.h" +#include "doomkeys.h" #include "doomstat.h" #include "d_main.h" #include "i_joystick.h" -- cgit v1.2.3