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(DYNAMIC_MODULES) && defined(_WIN32)
#include "backends/plugins/win32/win32-provider.h"