diff options
Diffstat (limited to 'engines/sword1/objectman.cpp')
-rw-r--r-- | engines/sword1/objectman.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/sword1/objectman.cpp b/engines/sword1/objectman.cpp index 330e5566ee..bb21f25b13 100644 --- a/engines/sword1/objectman.cpp +++ b/engines/sword1/objectman.cpp @@ -21,9 +21,10 @@ */ #include "common/stdafx.h" -#include "sword1/objectman.h" -#include "common/scummsys.h" +#include "common/endian.h" #include "common/util.h" + +#include "sword1/objectman.h" #include "sword1/sworddefs.h" #include "sword1/swordres.h" #include "sword1/sword1.h" |