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

@ -23,8 +23,6 @@
*
*/
#include "base/plugins.h"
#include "common/debug.h"
#include "common/util.h"
#include "common/hash-str.h"
@ -32,6 +30,7 @@
#include "common/macresman.h"
#include "common/md5.h"
#include "common/config-manager.h"
#include "common/textconsole.h"
#include "engines/advancedDetector.h"