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_system.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/i_system.c') diff --git a/src/i_system.c b/src/i_system.c index fe596a60..cbf9760a 100644 --- a/src/i_system.c +++ b/src/i_system.c @@ -39,7 +39,7 @@ #endif #include "deh_main.h" -#include "doomdef.h" +#include "doomtype.h" #include "doomstat.h" #include "m_argv.h" #include "m_config.h" -- cgit v1.2.3