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,6 +20,10 @@
* $Id$
*
*/
#include "common/stdafx.h"
#include "common/endian.h"
#include "gob/gob.h"
#include "gob/global.h"
#include "gob/inter.h"