- removed empty #includes.

This commit is contained in:
Christoph Oelckers 2019-10-27 22:17:21 +01:00
parent d962a7810d
commit 19b9e34726

View file

@ -44,17 +44,12 @@ Prepared for public release: 03/28/2005 - Charlie Wiederhold, 3D Realms
// we load this in to get default button and key assignments // we load this in to get default button and key assignments
// as well as setting up function mappings // as well as setting up function mappings
#include "_functio.h"
#include "_config.h"
#if defined RENDERTYPESDL && defined SDL_TARGET && SDL_TARGET > 1 #if defined RENDERTYPESDL && defined SDL_TARGET && SDL_TARGET > 1
# include "sdl_inc.h" # include "sdl_inc.h"
#endif #endif
BEGIN_SW_NS BEGIN_SW_NS
extern void ReadGameSetup(int32_t scripthandle);
// //
// Comm variables // Comm variables
// //