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 --- common/md5.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'common/md5.cpp') diff --git a/common/md5.cpp b/common/md5.cpp index 587e47fefd..9d42c4bd61 100644 --- a/common/md5.cpp +++ b/common/md5.cpp @@ -30,6 +30,7 @@ #include "common/file.h" #include "common/md5.h" #include "common/util.h" +#include "common/endian.h" namespace Common { -- cgit v1.2.3