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(USE_OPENGL)
#include "backends/graphics/opengl/opengl-graphics.h"