JANITORIAL: Reduce header dependencies in shared code

Some backends may break as I only compiled SDL
This commit is contained in:
Ori Avtalion 2011-04-24 11:34:27 +03:00
parent 845db59e08
commit 9414d7a6e2
760 changed files with 1349 additions and 548 deletions

View file

@ -24,7 +24,6 @@
*/
#include "common/system.h"
#include "common/events.h"
#include "common/config-manager.h"
#include "common/file.h"
#include "common/fs.h"
@ -32,14 +31,13 @@
#include "common/tokenizer.h"
#include "common/translation.h"
#include "graphics/colormasks.h"
#include "graphics/cursorman.h"
#include "graphics/fontman.h"
#include "graphics/imagedec.h"
#include "graphics/surface.h"
#include "graphics/VectorRenderer.h"
#include "gui/launcher.h"
#include "gui/widget.h"
#include "gui/ThemeEngine.h"
#include "gui/ThemeEval.h"
#include "gui/ThemeParser.h"