- 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

@ -32,7 +32,6 @@
**
*/
#include "m_alloc.h"
#include "templates.h"
#include "p_setup.h"
#include <stdarg.h>
@ -62,6 +61,10 @@
#include "doomstat.h"
#include "d_gui.h"
#include "v_video.h"
#include "cmdlib.h"
#include "d_net.h"
#include "g_level.h"
#include "d_event.h"
#include "gi.h"