diff options
| author | Max Horn | 2006-03-29 15:59:37 +0000 |
|---|---|---|
| committer | Max Horn | 2006-03-29 15:59:37 +0000 |
| commit | 8cdee5a9310aecb0c8e39ceee4059b221d80ee0f (patch) | |
| tree | 64716fc107097fd6cb82249f02de7642742e4e96 /common | |
| parent | 0da5fb4c1c14e5953b2df8e495681bb5f70dec60 (diff) | |
| download | scummvm-rg350-8cdee5a9310aecb0c8e39ceee4059b221d80ee0f.tar.gz scummvm-rg350-8cdee5a9310aecb0c8e39ceee4059b221d80ee0f.tar.bz2 scummvm-rg350-8cdee5a9310aecb0c8e39ceee4059b221d80ee0f.zip | |
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
Diffstat (limited to 'common')
| -rw-r--r-- | common/md5.cpp | 1 | ||||
| -rw-r--r-- | common/scummsys.h | 3 |
2 files changed, 1 insertions, 3 deletions
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 { diff --git a/common/scummsys.h b/common/scummsys.h index f250c1e830..05a9950c41 100644 --- a/common/scummsys.h +++ b/common/scummsys.h @@ -398,7 +398,4 @@ typedef int16 OverlayColor; #endif - -#include "common/endian.h" - #endif |
