From 1445d6595a19e1b46658beefe276840d01ac9c17 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sun, 7 Sep 2008 21:19:41 +0000 Subject: Move m_bbox.[ch] back to common (needed by v_video.c). Remove some common->doom header dependencies. Subversion-branch: /branches/raven-branch Subversion-revision: 1211 --- src/v_video.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/v_video.c') diff --git a/src/v_video.c b/src/v_video.c index 918e64e1..a9294cf6 100644 --- a/src/v_video.c +++ b/src/v_video.c @@ -32,12 +32,11 @@ #include "i_system.h" #include "doomtype.h" -#include "doomdata.h" #include "deh_str.h" -#include "m_bbox.h" #include "i_swap.h" #include "i_video.h" +#include "m_bbox.h" #include "m_misc.h" #include "v_video.h" #include "w_wad.h" -- cgit v1.2.3