- Cleaned up some include dependencies.

SVN r1224 (trunk)
This commit is contained in:
Christoph Oelckers 2008-09-14 23:54:38 +00:00
commit db5723997c
217 changed files with 635 additions and 513 deletions

View file

@ -15,7 +15,6 @@
#include "doomtype.h"
#include "doomstat.h"
#include "sc_man.h"
#include "m_alloc.h"
#include "m_random.h"
#include "s_sound.h"
#include "s_sndseq.h"
@ -26,6 +25,7 @@
#include "gi.h"
#include "templates.h"
#include "c_dispatch.h"
#include "g_level.h"
// MACROS ------------------------------------------------------------------