[Scummvm-cvs-logs] CVS: scummvm/gui dialog.h,1.19,1.20 newgui.cpp,1.53,1.54 newgui.h,1.25,1.26 widget.h,1.18,1.19

Max Horn fingolfin at users.sourceforge.net
Fri Aug 1 05:21:03 CEST 2003


Update of /cvsroot/scummvm/scummvm/gui
In directory sc8-pr-cvs1:/tmp/cvs-serv827

Modified Files:
	dialog.h newgui.cpp newgui.h widget.h 
Log Message:
#include cleanup (explicityl specify the location for headers from common/, so that we at some point can get rid of -Icommon; exception is made for stdafx.h, since a) we might want to rename it and b) might want to move it to the top level)

Index: dialog.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/dialog.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- dialog.h	6 Mar 2003 21:45:39 -0000	1.19
+++ dialog.h	1 Aug 2003 12:20:17 -0000	1.20
@@ -21,7 +21,7 @@
 #ifndef DIALOG_H
 #define DIALOG_H
 
-#include "scummsys.h"
+#include "common/scummsys.h"
 #include "widget.h"	// For CommandReceiver
 
 class NewGui;

Index: newgui.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/newgui.cpp,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- newgui.cpp	31 Jul 2003 18:35:00 -0000	1.53
+++ newgui.cpp	1 Aug 2003 12:20:17 -0000	1.54
@@ -19,7 +19,7 @@
  */
 
 #include "stdafx.h"
-#include "util.h"
+#include "common/util.h"
 #include "newgui.h"
 #include "dialog.h"
 

Index: newgui.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/newgui.h,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- newgui.h	5 May 2003 16:10:19 -0000	1.25
+++ newgui.h	1 Aug 2003 12:20:17 -0000	1.26
@@ -21,8 +21,8 @@
 #ifndef NEWGUI_H
 #define NEWGUI_H
 
-#include "scummsys.h"
-#include "system.h"	// For events
+#include "common/scummsys.h"
+#include "common/system.h"	// For events
 #include "common/str.h"
 
 class Dialog;

Index: widget.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/widget.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- widget.h	22 Jul 2003 16:26:12 -0000	1.18
+++ widget.h	1 Aug 2003 12:20:17 -0000	1.19
@@ -21,7 +21,7 @@
 #ifndef WIDGET_H
 #define WIDGET_H
 
-#include "scummsys.h"
+#include "common/scummsys.h"
 #include "common/str.h"
 
 class Dialog;





More information about the Scummvm-git-logs mailing list