From 8cdee5a9310aecb0c8e39ceee4059b221d80ee0f Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 29 Mar 2006 15:59:37 +0000 Subject: 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 --- engines/sword1/screen.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/sword1/screen.cpp') diff --git a/engines/sword1/screen.cpp b/engines/sword1/screen.cpp index 248f1d3227..26672b3a3c 100644 --- a/engines/sword1/screen.cpp +++ b/engines/sword1/screen.cpp @@ -21,9 +21,10 @@ */ #include "common/stdafx.h" -#include "common/scummsys.h" +#include "common/endian.h" #include "common/system.h" #include "common/util.h" + #include "sword1/screen.h" #include "sword1/logic.h" #include "sword1/sworddefs.h" -- cgit v1.2.3