From 19b9e3472631887d939b18e29ba15efa4c01ee0e Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 27 Oct 2019 22:17:21 +0100 Subject: [PATCH] - removed empty #includes. --- source/sw/src/config.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source/sw/src/config.cpp b/source/sw/src/config.cpp index d8d4385e6..695777834 100644 --- a/source/sw/src/config.cpp +++ b/source/sw/src/config.cpp @@ -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 // as well as setting up function mappings -#include "_functio.h" -#include "_config.h" - #if defined RENDERTYPESDL && defined SDL_TARGET && SDL_TARGET > 1 # include "sdl_inc.h" #endif BEGIN_SW_NS -extern void ReadGameSetup(int32_t scripthandle); - // // Comm variables //