From d01354ab0d33bb5a7eb113027eaf599e1339804a Mon Sep 17 00:00:00 2001 From: David Fioramonti Date: Wed, 23 Aug 2017 06:16:00 -0700 Subject: TITANIC: Reduce header includes for star_control files Minimized a lot of the unncessary files includes in the implementation files as well. --- engines/titanic/star_control/surface_fader.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'engines/titanic/star_control/surface_fader.h') diff --git a/engines/titanic/star_control/surface_fader.h b/engines/titanic/star_control/surface_fader.h index 3d962b2729..d209e835b4 100644 --- a/engines/titanic/star_control/surface_fader.h +++ b/engines/titanic/star_control/surface_fader.h @@ -23,12 +23,14 @@ #ifndef TITANIC_SURFACE_FADER_H #define TITANIC_SURFACE_FADER_H -#include "titanic/support/video_surface.h" -#include "titanic/support/screen_manager.h" -#include "titanic/star_control/surface_area.h" +#include "common/scummsys.h" // typedef for byte namespace Titanic { +class CVideoSurface; +class CScreenManager; +class CSurfaceArea; + class CSurfaceFader { private: byte *_dataP; -- cgit v1.2.3