diff options
Diffstat (limited to 'engines/sword1/resman.cpp')
-rw-r--r-- | engines/sword1/resman.cpp | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/engines/sword1/resman.cpp b/engines/sword1/resman.cpp index fd86993dfa..c7fe6bf3ba 100644 --- a/engines/sword1/resman.cpp +++ b/engines/sword1/resman.cpp @@ -21,14 +21,16 @@ */ #include "common/stdafx.h" -#include "common/scummsys.h" -#include "sword1/memman.h" -#include "sword1/resman.h" -#include "sword1/sworddefs.h" -#include "base/engine.h" +#include "common/endian.h" #include "common/config-manager.h" #include "common/util.h" #include "common/str.h" + +#include "base/engine.h" + +#include "sword1/memman.h" +#include "sword1/resman.h" +#include "sword1/sworddefs.h" #include "sword1/swordres.h" #include "gui/message.h" |