- 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

@ -42,7 +42,6 @@
#include "m_argv.h"
#include "i_system.h"
#include "w_wad.h"
#include "r_local.h"
#include "c_console.h"
#include "c_cvars.h"
#include "c_dispatch.h"
@ -61,6 +60,7 @@
#include "v_palette.h"
#include "r_data/r_translate.h"
#include "r_data/colormaps.h"
#include "r_data/sprites.h"
#include "voxels.h"
void VOX_AddVoxel(int sprnum, int frame, FVoxelDef *def);