[Scummvm-cvs-logs] SF.net SVN: scummvm:[44988] scummvm/trunk/engines/sci/gui

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Mon Oct 12 17:41:24 CEST 2009


Revision: 44988
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44988&view=rev
Author:   thebluegr
Date:     2009-10-12 15:41:19 +0000 (Mon, 12 Oct 2009)

Log Message:
-----------
Minimize dependencies in the new gui

Modified Paths:
--------------
    scummvm/trunk/engines/sci/gui/gui_cursor.h
    scummvm/trunk/engines/sci/gui/gui_font.h
    scummvm/trunk/engines/sci/gui/gui_gfx.cpp
    scummvm/trunk/engines/sci/gui/gui_palette.h

Modified: scummvm/trunk/engines/sci/gui/gui_cursor.h
===================================================================
--- scummvm/trunk/engines/sci/gui/gui_cursor.h	2009-10-12 15:13:15 UTC (rev 44987)
+++ scummvm/trunk/engines/sci/gui/gui_cursor.h	2009-10-12 15:41:19 UTC (rev 44988)
@@ -26,8 +26,6 @@
 #ifndef SCI_GUI_CURSOR_H
 #define SCI_GUI_CURSOR_H
 
-#include "sci/gui/gui.h"
-
 namespace Sci {
 
 #define SCI_CURSOR_SCI0_HEIGHTWIDTH 16

Modified: scummvm/trunk/engines/sci/gui/gui_font.h
===================================================================
--- scummvm/trunk/engines/sci/gui/gui_font.h	2009-10-12 15:13:15 UTC (rev 44987)
+++ scummvm/trunk/engines/sci/gui/gui_font.h	2009-10-12 15:41:19 UTC (rev 44988)
@@ -26,7 +26,7 @@
 #ifndef SCI_GUI_FONT_H
 #define SCI_GUI_FONT_H
 
-#include "sci/gui/gui.h"
+#include "sci/gui/gui_helpers.h"
 
 namespace Sci {
 

Modified: scummvm/trunk/engines/sci/gui/gui_gfx.cpp
===================================================================
--- scummvm/trunk/engines/sci/gui/gui_gfx.cpp	2009-10-12 15:13:15 UTC (rev 44987)
+++ scummvm/trunk/engines/sci/gui/gui_gfx.cpp	2009-10-12 15:41:19 UTC (rev 44988)
@@ -30,12 +30,12 @@
 #include "sci/sci.h"
 #include "sci/engine/state.h"
 #include "sci/tools.h"
+#include "sci/gui/gui_gfx.h"
 #include "sci/gui/gui_font.h"
 #include "sci/gui/gui_picture.h"
 #include "sci/gui/gui_view.h"
 #include "sci/gui/gui_screen.h"
 #include "sci/gui/gui_palette.h"
-#include "sci/gui/gui_gfx.h"
 
 namespace Sci {
 

Modified: scummvm/trunk/engines/sci/gui/gui_palette.h
===================================================================
--- scummvm/trunk/engines/sci/gui/gui_palette.h	2009-10-12 15:13:15 UTC (rev 44987)
+++ scummvm/trunk/engines/sci/gui/gui_palette.h	2009-10-12 15:41:19 UTC (rev 44988)
@@ -26,7 +26,7 @@
 #ifndef SCI_GUI_PALETTE_H
 #define SCI_GUI_PALETTE_H
 
-#include "sci/gui/gui.h"
+#include "sci/gui/gui_helpers.h"
 
 namespace Sci {
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list