1
0
forked from 0ad/0ad

Remove some unused includes

This was SVN commit r11250.
This commit is contained in:
Ykkrosh 2012-03-05 16:15:07 +00:00
parent 26efdaf216
commit dc715fe57f
6 changed files with 0 additions and 7 deletions

View File

@ -25,8 +25,6 @@ CGUI
#include <stdarg.h>
#include "lib/res/graphics/unifont.h"
#include "GUI.h"
// Types - when including them into the engine.

View File

@ -27,7 +27,6 @@ CInput
#include "graphics/ShaderManager.h"
#include "graphics/TextRenderer.h"
#include "lib/ogl.h"
#include "lib/res/graphics/unifont.h"
#include "lib/sysdep/clipboard.h"
#include "ps/CLogger.h"
#include "ps/Font.h"

View File

@ -28,7 +28,6 @@
#include "graphics/TextRenderer.h"
#include "gui/GUIutil.h"
#include "lib/ogl.h"
#include "lib/res/graphics/unifont.h"
#include "lib/sysdep/clipboard.h"
#include "maths/MathUtil.h"
#include "network/NetClient.h"

View File

@ -25,7 +25,6 @@
#include "lib/ogl.h"
#include "lib/timer.h"
#include "lib/utf8.h"
#include "lib/res/graphics/unifont.h"
#include "lib/sysdep/sysdep.h"
#include "ps/Font.h"
#include "ps/Profile.h"

View File

@ -36,7 +36,6 @@
#include "ps/Hotkey.h"
#include "ps/Profile.h"
#include "lib/external_libraries/libsdl.h"
#include "lib/res/graphics/unifont.h"
#include "renderer/Renderer.h"
#include "scriptinterface/ScriptInterface.h"

View File

@ -28,7 +28,6 @@
#include "graphics/TextRenderer.h"
#include "lib/alignment.h"
#include "lib/allocators/arena.h"
#include "lib/res/graphics/unifont.h"
#include "maths/MathUtil.h"
#include "ps/CLogger.h"
#include "ps/Game.h"