[Scummvm-cvs-logs] CVS: scummvm/common/scaler intern.h,1.14,1.15 thumbnail.cpp,1.1,1.2
Max Horn
fingolfin at users.sourceforge.net
Fri Jun 24 08:26:54 CEST 2005
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/base engine.cpp,1.43,1.44 engine.h,1.23,1.24 gameDetector.cpp,1.119,1.120 main.cpp,1.84,1.85 plugins.cpp,1.43,1.44
- Next message: [Scummvm-cvs-logs] CVS: scummvm/backends/morphos morphos.cpp,1.44,1.45 morphos_scaler.cpp,1.5,1.6 morphos_sound.cpp,1.8,1.9 morphos_start.cpp,1.20,1.21 morphos_timer.cpp,1.12,1.13
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/common/scaler
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17960/common/scaler
Modified Files:
intern.h thumbnail.cpp
Log Message:
When including files from common/, explicitly use the common/ prefix
Index: intern.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/scaler/intern.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- intern.h 27 Apr 2005 08:43:22 -0000 1.14
+++ intern.h 24 Jun 2005 15:22:38 -0000 1.15
@@ -24,7 +24,7 @@
#ifndef COMMON_SCALER_INTERN_H
#define COMMON_SCALER_INTERN_H
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/scummsys.h"
template<int bitFormat>
Index: thumbnail.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/scaler/thumbnail.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- thumbnail.cpp 8 May 2005 22:54:16 -0000 1.1
+++ thumbnail.cpp 24 Jun 2005 15:22:39 -0000 1.2
@@ -20,12 +20,12 @@
*
*/
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/scummsys.h"
#include "common/system.h"
-#include "scaler.h"
-#include "scaler/intern.h"
+#include "common/scaler.h"
+#include "common/scaler/intern.h"
template<int bitFormat>
uint16 quadBlockInterpolate(const uint8* src, uint32 srcPitch) {
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/base engine.cpp,1.43,1.44 engine.h,1.23,1.24 gameDetector.cpp,1.119,1.120 main.cpp,1.84,1.85 plugins.cpp,1.43,1.44
- Next message: [Scummvm-cvs-logs] CVS: scummvm/backends/morphos morphos.cpp,1.44,1.45 morphos_scaler.cpp,1.5,1.6 morphos_sound.cpp,1.8,1.9 morphos_start.cpp,1.20,1.21 morphos_timer.cpp,1.12,1.13
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list