[Scummvm-cvs-logs] CVS: scummvm/backends/x11 x11.cpp,1.17,1.18

Max Horn fingolfin at users.sourceforge.net
Wed Sep 17 19:08:12 CEST 2003


Update of /cvsroot/scummvm/scummvm/backends/x11
In directory sc8-pr-cvs1:/tmp/cvs-serv7244/backends/x11

Modified Files:
	x11.cpp 
Log Message:
moved engine.* to base; this fixes some linking issues when building a barebone ScummVM (or maybe I just want to increase our CVS stats? <g>)

Index: x11.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/x11/x11.cpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- x11.cpp	2 Aug 2003 00:36:37 -0000	1.17
+++ x11.cpp	18 Sep 2003 02:07:16 -0000	1.18
@@ -24,7 +24,7 @@
 
 #include "backends/intern.h"
 #include "common/util.h"
-#include "common/engine.h"	// Only #included for error() and warning()
+#include "base/engine.h"	// Only #included for error() and warning()
 
 #include <stdio.h>
 #include <assert.h>





More information about the Scummvm-git-logs mailing list