Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 to ~250). Many greetings to eriktorbjorn, and have fun recompiling.

svn-id: r21500
This commit is contained in:
Max Horn 2006-03-29 15:59:37 +00:00
parent 0da5fb4c1c
commit 8cdee5a931
96 changed files with 199 additions and 27 deletions

View file

@ -20,14 +20,16 @@
*
*/
#include "common/stdafx.h"
#include "common/endian.h"
#include "common/savefile.h"
#include "common/system.h"
#include "kyra/kyra.h"
#include "kyra/animator.h"
#include "kyra/screen.h"
#include "kyra/resource.h"
#include "common/savefile.h"
#include "common/system.h"
#define CURRENT_VERSION 4
namespace Kyra {