diff options
Diffstat (limited to 'engines/sky/mouse.cpp')
| -rw-r--r-- | engines/sky/mouse.cpp | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/sky/mouse.cpp b/engines/sky/mouse.cpp index ca0ebcc19c..98f942889e 100644 --- a/engines/sky/mouse.cpp +++ b/engines/sky/mouse.cpp @@ -18,14 +18,12 @@   * 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 "common/events.h"  #include "common/system.h" +#include "common/textconsole.h"  #include "graphics/cursorman.h"  #include "sky/disk.h"  #include "sky/logic.h"  | 
