- removed some unneeded version.h #includes.

This commit is contained in:
Christoph Oelckers 2017-02-20 01:42:53 +01:00
parent 051a394f47
commit bb6e667f33
6 changed files with 0 additions and 6 deletions

View file

@ -54,7 +54,6 @@
#include "v_palette.h"
#include "p_acs.h"
#include "gstrings.h"
#include "version.h"
#include "cmdlib.h"
#include "g_levellocals.h"

View file

@ -34,7 +34,6 @@
#include "doomtype.h"
#include "m_argv.h"
#include "zstring.h"
#include "version.h"
#include "i_system.h"
#include "v_text.h"
#include "r_utility.h"

View file

@ -9,7 +9,6 @@
#include "r_data/r_translate.h"
#include "c_cvars.h"
#include "v_font.h"
#include "version.h"
#include "textures/textures.h"
EXTERN_CVAR(Float, snd_menuvolume)

View file

@ -52,7 +52,6 @@
#include "backend/codegen.h"
#include "w_wad.h"
#include "v_video.h"
#include "version.h"
#include "v_text.h"
#include "m_argv.h"

View file

@ -54,7 +54,6 @@
#include "i_system.h"
#include "colormatcher.h"
#include "backend/codegen.h"
#include "version.h"
#include "templates.h"
#include "backend/vmbuilder.h"

View file

@ -49,7 +49,6 @@
#include "i_system.h"
#include "gdtoa.h"
#include "backend/vmbuilder.h"
#include "version.h"
static int GetIntConst(FxExpression *ex, FCompileContext &ctx)
{