From 65da804f583460739aec3bfe35b70310af1ee5a9 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Thu, 29 Jul 2010 19:55:28 +0000 Subject: SWORD25: Path fixes for includes svn-id: r53180 --- engines/sword25/fmv/oggtheora/oggtheora.cpp | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'engines/sword25/fmv/oggtheora/oggtheora.cpp') diff --git a/engines/sword25/fmv/oggtheora/oggtheora.cpp b/engines/sword25/fmv/oggtheora/oggtheora.cpp index c5436dcc8f..dcff5e025b 100755 --- a/engines/sword25/fmv/oggtheora/oggtheora.cpp +++ b/engines/sword25/fmv/oggtheora/oggtheora.cpp @@ -59,18 +59,17 @@ // Includes // ----------------------------------------------------------------------------- -#include "kernel/memlog_off.h" +#include "sword25/kernel/memlog_off.h" #include -#include "kernel/memlog_on.h" +#include "sword25/kernel/memlog_on.h" #include -#include "package/packagemanager.h" -#include "kernel/cpuinfo.h" -#include "sfx/soundengine.h" -#include "gfx/graphicengine.h" -#include "gfx/panel.h" -#include "oggtheora.h" -#include "yuvtorgba.h" +#include "sword25/package/packagemanager.h" +#include "sword25/sfx/soundengine.h" +#include "sword25/gfx/graphicengine.h" +#include "sword25/gfx/panel.h" +#include "sword25/fmv/oggtheora/oggtheora.h" +#include "sword25/fmv/oggtheora/yuvtorgba.h" using namespace std; -- cgit v1.2.3