diff options
Diffstat (limited to 'engines/gob')
-rw-r--r-- | engines/gob/inter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/gob/inter.cpp b/engines/gob/inter.cpp index dd3fdf3684..9e5005f443 100644 --- a/engines/gob/inter.cpp +++ b/engines/gob/inter.cpp @@ -23,6 +23,8 @@ * */ +#include <time.h> // FIXME: for Inter::renewTimeInVars() + #include "common/endian.h" #include "gob/gob.h" @@ -35,8 +37,6 @@ #include "gob/scenery.h" #include "gob/sound/sound.h" -#include <time.h> // FIXME: for Inter::renewTimeInVars() - namespace Gob { Inter::Inter(GobEngine *vm) : _vm(vm) { |