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

@ -23,6 +23,8 @@
*
*/
#include "common/scummsys.h"
#if defined(UNIX) && !defined(MACOSX) && !defined(SAMSUNGTV) && !defined(LINUXMOTO) && !defined(GP2XWIZ) && !defined(GP2X) && !defined(DINGUX)
#include "backends/platform/sdl/posix/posix.h"