From b4b6adc11eb484d91e5db161657c2fd9888e91b1 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Tue, 20 Feb 2007 17:41:26 +0000 Subject: Cleanup. svn-id: r25747 --- engines/sword2/mouse.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/sword2') diff --git a/engines/sword2/mouse.h b/engines/sword2/mouse.h index 97ea01e7a7..a5f76e8abb 100644 --- a/engines/sword2/mouse.h +++ b/engines/sword2/mouse.h @@ -19,11 +19,11 @@ * $Id$ */ -#include "common/rect.h" - #ifndef SWORD2_MOUSE_H #define SWORD2_MOUSE_H +#include "common/rect.h" + #define MENU_MASTER_OBJECT 44 #define MAX_SUBJECT_LIST 30 // is that enough? -- cgit v1.2.3