diff options
Diffstat (limited to 'engines/cine/gfx.cpp')
| -rw-r--r-- | engines/cine/gfx.cpp | 6 | 
1 files changed, 2 insertions, 4 deletions
diff --git a/engines/cine/gfx.cpp b/engines/cine/gfx.cpp index 3970d88117..01e05bed6d 100644 --- a/engines/cine/gfx.cpp +++ b/engines/cine/gfx.cpp @@ -18,9 +18,6 @@   * along with this program; if not, write to the Free Software   * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.   * - * $URL$ - * $Id$ - *   */  #include "cine/cine.h" @@ -30,8 +27,9 @@  #include "cine/pal.h"  #include "common/endian.h" -#include "common/system.h"  #include "common/events.h" +#include "common/system.h" +#include "common/textconsole.h"  #include "graphics/cursorman.h"  | 
