Removed some unneccessary includes

master
krzys-h 2015-08-16 16:35:39 +02:00
parent 8c617badae
commit 3f303ea824
5 changed files with 0 additions and 15 deletions

View File

@ -19,8 +19,6 @@
#include "script/scriptfunc.h"
#include "common/config.h"
#include "app/app.h"
#include "common/global.h"
@ -64,11 +62,6 @@
#include "ui/displaytext.h"
#if PLATFORM_WINDOWS
#include "app/system_windows.h"
#endif
// Compiling a procedure without any parameters.
CBotTypResult CScriptFunctions::cNull(CBotVar* &var, void* user)

View File

@ -19,8 +19,6 @@
#include "ui/screen/screen_loading.h"
#include "common/config.h"
#include "app/app.h"
#include "ui/controls/button.h"

View File

@ -19,8 +19,6 @@
#include "ui/screen/screen_setup_controls.h"
#include "common/config.h"
#include "app/app.h"
#include "common/settings.h"

View File

@ -19,8 +19,6 @@
#include "ui/screen/screen_setup_game.h"
#include "common/config.h"
#include "app/app.h"
#include "common/settings.h"

View File

@ -19,8 +19,6 @@
#include "ui/screen/screen_setup_sound.h"
#include "common/config.h"
#include "app/app.h"
#include "common/settings.h"