- removed unneeded includes of r_local.h.

SVN r3261 (trunk)
This commit is contained in:
Christoph Oelckers 2011-07-06 18:12:16 +00:00
commit f08188b0e5
16 changed files with 8 additions and 18 deletions

View file

@ -32,7 +32,6 @@
#include "w_wad.h"
#include "g_game.h"
#include "g_level.h"
#include "r_local.h"
#include "s_sound.h"
#include "doomstat.h"
#include "v_video.h"
@ -45,6 +44,9 @@
#include "sc_man.h"
#include "v_text.h"
#include "gi.h"
#include "d_player.h"
#include "b_bot.h"
#include "textures/textures.h"
#include "r_data/r_translate.h"
#include "templates.h"
#include "gstrings.h"