BACKENDS: Include scummsys.h at top of all .cpp files, *before* any #ifdefs

svn-id: r54573
This commit is contained in:
Max Horn 2010-11-29 16:18:43 +00:00
parent 4e0e406181
commit df05ed1a46
50 changed files with 108 additions and 14 deletions

View file

@ -22,11 +22,13 @@
* $Id$
*/
#ifdef MACOSX
// Disable symbol overrides so that we can use system headers.
#define FORBIDDEN_SYMBOL_ALLOW_ALL
#include "common/scummsys.h"
#ifdef MACOSX
#include "common/config-manager.h"
#include "common/util.h"
#include "sound/musicplugin.h"