diff options
Diffstat (limited to 'engines/sci/gfx')
| -rw-r--r-- | engines/sci/gfx/gfx_system.h | 1 | ||||
| -rw-r--r-- | engines/sci/gfx/res_font.cpp | 1 | ||||
| -rw-r--r-- | engines/sci/gfx/res_pic.cpp | 3 | 
3 files changed, 4 insertions, 1 deletions
diff --git a/engines/sci/gfx/gfx_system.h b/engines/sci/gfx/gfx_system.h index 37b915f518..7dd779ca01 100644 --- a/engines/sci/gfx/gfx_system.h +++ b/engines/sci/gfx/gfx_system.h @@ -28,7 +28,6 @@  #include "common/scummsys.h"  #include "common/rect.h" -#include "sci/tools.h"  #include "sci/gfx/palette.h"  namespace Sci { diff --git a/engines/sci/gfx/res_font.cpp b/engines/sci/gfx/res_font.cpp index fd2cae08e6..6533558388 100644 --- a/engines/sci/gfx/res_font.cpp +++ b/engines/sci/gfx/res_font.cpp @@ -23,6 +23,7 @@   *   */ +#include "common/endian.h"  #include "sci/gfx/gfx_system.h"  #include "sci/gfx/gfx_resource.h"  #include "sci/gfx/gfx_tools.h" diff --git a/engines/sci/gfx/res_pic.cpp b/engines/sci/gfx/res_pic.cpp index 0196ad57a4..4ecec28011 100644 --- a/engines/sci/gfx/res_pic.cpp +++ b/engines/sci/gfx/res_pic.cpp @@ -24,6 +24,9 @@   */  #include <time.h>	// for time() to seed rand() via srand() + +#include "common/endian.h" +  #include "sci/gfx/gfx_resource.h"  #include "sci/gfx/gfx_tools.h"  #include "sci/sci.h"	// for kDebugLevelSci0Pic  | 
