1
1
forked from 0ad/0ad

remove unnecessary utf8 includes

This was SVN commit r9110.
This commit is contained in:
janwas 2011-03-23 16:32:44 +00:00
parent 0999ba0941
commit 588bfa11bf
12 changed files with 0 additions and 17 deletions

View File

@ -50,7 +50,6 @@ CGUI
#include "lib/input.h"
#include "lib/bits.h"
#include "lib/timer.h"
#include "lib/utf8.h"
#include "lib/sysdep/sysdep.h"
// TODO Gee: Whatever include CRect/CPos/CSize
#include "ps/Overlay.h"

View File

@ -30,8 +30,6 @@
#include <cstring>
#include <cerrno>
#include "lib/utf8.h"
ERROR_ASSOCIATE(ERR::PATH_CHARACTER_ILLEGAL, L"illegal path character", -1);
ERROR_ASSOCIATE(ERR::PATH_CHARACTER_UNSAFE, L"unsafe path character", -1);
ERROR_ASSOCIATE(ERR::PATH_NOT_FOUND, L"path not found", -1);

View File

@ -32,11 +32,6 @@
#include "lib/secure_crt.h"
#ifdef WSECURE_CRT
#include "lib/utf8.h"
#endif
// we were included from wsecure_crt.cpp; skip all stuff that
// must only be done once.
#ifndef WSECURE_CRT

View File

@ -23,7 +23,6 @@
#include "precompiled.h"
#include "lib/lib.h"
#include "lib/utf8.h"
#include "lib/sysdep/sysdep.h"
#include "lib/sysdep/gfx.h"

View File

@ -24,7 +24,6 @@
#include "lib/lib.h"
#include "lib/secure_crt.h"
#include "lib/utf8.h"
#include "lib/sysdep/cpu.h"
#include "lib/sysdep/filesystem.h"
#include "lib/sysdep/sysdep.h"

View File

@ -25,7 +25,6 @@
#include "NetStats.h"
#include "NetTurnManager.h"
#include "lib/utf8.h"
#include "lib/external_libraries/enet.h"
#include "ps/CLogger.h"
#include "scriptinterface/ScriptInterface.h"

View File

@ -21,7 +21,6 @@
#include "ps/CConsole.h"
#include "ps/GameSetup/CmdLineArgs.h"
#include "lib/timer.h"
#include "lib/utf8.h"
#include "lib/res/sound/snd_mgr.h"
#include "Config.h"

View File

@ -21,7 +21,6 @@
#include "graphics/TerrainTextureManager.h"
#include "lib/timer.h"
#include "lib/utf8.h"
#include "lib/file/file_system.h"
#include "lib/tex/tex.h"
#include "ps/Game.h"

View File

@ -36,7 +36,6 @@
#include "lib/frequency_filter.h"
#include "lib/svn_revision.h"
#include "lib/timer.h"
#include "lib/utf8.h"
#include "lib/sysdep/sysdep.h" // sys_OpenFile
#include "maths/scripting/JSInterface_Vector3D.h"
#include "network/NetServer.h"

View File

@ -19,7 +19,6 @@
#include "scriptinterface/ScriptInterface.h"
#include "lib/utf8.h"
#include "ps/CLogger.h"
#include <boost/random/linear_congruential.hpp>

View File

@ -28,7 +28,6 @@
#include "simulation2/components/ICmpTemplateManager.h"
#include "lib/timer.h"
#include "lib/utf8.h"
#include "lib/file/file_system_util.h"
#include "maths/MathUtil.h"
#include "ps/CLogger.h"

View File

@ -32,7 +32,6 @@
#include "graphics/Unit.h"
#include "graphics/UnitAnimation.h"
#include "graphics/UnitManager.h"
#include "lib/utf8.h"
#include "maths/Matrix3D.h"
#include "maths/Vector3D.h"
#include "ps/CLogger.h"