[Scummvm-cvs-logs] CVS: scummvm/backends/wince/CEgui GUIElement.cpp,1.3,1.4 ItemAction.cpp,1.4,1.5 ItemSwitch.cpp,1.3,1.4 Panel.cpp,1.7,1.8 PanelItem.cpp,1.4,1.5 PanelKeyboard.cpp,1.5,1.6 SDL_ImageResource.cpp,1.3,1.4 Toolbar.cpp,1.4,1.5 ToolbarHandler.cpp,1.4,1.5

Max Horn fingolfin at users.sourceforge.net
Fri Jun 24 08:26:52 CEST 2005


Update of /cvsroot/scummvm/scummvm/backends/wince/CEgui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17960/backends/wince/CEgui

Modified Files:
	GUIElement.cpp ItemAction.cpp ItemSwitch.cpp Panel.cpp 
	PanelItem.cpp PanelKeyboard.cpp SDL_ImageResource.cpp 
	Toolbar.cpp ToolbarHandler.cpp 
Log Message:
When including files from common/, explicitly use the common/ prefix

Index: GUIElement.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/wince/CEgui/GUIElement.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- GUIElement.cpp	1 Jan 2005 16:08:48 -0000	1.3
+++ GUIElement.cpp	24 Jun 2005 15:22:34 -0000	1.4
@@ -19,7 +19,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "Toolbar.h"
 
 #include "SDL_ImageResource.h"

Index: ItemAction.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/wince/CEgui/ItemAction.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- ItemAction.cpp	1 Jan 2005 16:08:48 -0000	1.4
+++ ItemAction.cpp	24 Jun 2005 15:22:34 -0000	1.5
@@ -19,7 +19,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "ItemAction.h"
 
 namespace CEGUI {

Index: ItemSwitch.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/wince/CEgui/ItemSwitch.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- ItemSwitch.cpp	1 Jan 2005 16:08:48 -0000	1.3
+++ ItemSwitch.cpp	24 Jun 2005 15:22:34 -0000	1.4
@@ -19,7 +19,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "ItemSwitch.h"
 
 namespace CEGUI {

Index: Panel.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/wince/CEgui/Panel.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Panel.cpp	28 Jan 2005 23:45:52 -0000	1.7
+++ Panel.cpp	24 Jun 2005 15:22:34 -0000	1.8
@@ -19,7 +19,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "Panel.h"
 
 namespace CEGUI {

Index: PanelItem.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/wince/CEgui/PanelItem.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- PanelItem.cpp	28 Jan 2005 23:45:52 -0000	1.4
+++ PanelItem.cpp	24 Jun 2005 15:22:34 -0000	1.5
@@ -19,7 +19,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "PanelItem.h"
 
 namespace CEGUI {

Index: PanelKeyboard.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/wince/CEgui/PanelKeyboard.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- PanelKeyboard.cpp	28 Jan 2005 23:45:52 -0000	1.5
+++ PanelKeyboard.cpp	24 Jun 2005 15:22:34 -0000	1.6
@@ -19,7 +19,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "PanelKeyboard.h"
 
 namespace CEGUI {

Index: SDL_ImageResource.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/wince/CEgui/SDL_ImageResource.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- SDL_ImageResource.cpp	1 Jan 2005 16:08:48 -0000	1.3
+++ SDL_ImageResource.cpp	24 Jun 2005 15:22:34 -0000	1.4
@@ -19,7 +19,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "SDL_ImageResource.h"
 
 namespace CEGUI {

Index: Toolbar.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/wince/CEgui/Toolbar.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Toolbar.cpp	1 Jan 2005 16:08:48 -0000	1.4
+++ Toolbar.cpp	24 Jun 2005 15:22:34 -0000	1.5
@@ -19,7 +19,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "Toolbar.h"
 
 namespace CEGUI {

Index: ToolbarHandler.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/wince/CEgui/ToolbarHandler.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- ToolbarHandler.cpp	1 Jan 2005 16:08:48 -0000	1.4
+++ ToolbarHandler.cpp	24 Jun 2005 15:22:34 -0000	1.5
@@ -19,7 +19,7 @@
  *
  */
 
-#include "stdafx.h"
+#include "common/stdafx.h"
 #include "ToolbarHandler.h"
 
 namespace CEGUI {





More information about the Scummvm-git-logs mailing list