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.h | 32 +++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'engines/sword25/fmv/oggtheora/oggtheora.h') diff --git a/engines/sword25/fmv/oggtheora/oggtheora.h b/engines/sword25/fmv/oggtheora/oggtheora.h index 0b43ba698d..516f5cc072 100755 --- a/engines/sword25/fmv/oggtheora/oggtheora.h +++ b/engines/sword25/fmv/oggtheora/oggtheora.h @@ -17,30 +17,30 @@ // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA // ----------------------------------------------------------------------------- -#ifndef BS_OGGTHEORA_H -#define BS_OGGTHEORA_H +#ifndef SWORD25_OGGTHEORA_H +#define SWORD25_OGGTHEORA_H // ----------------------------------------------------------------------------- // Includes // ----------------------------------------------------------------------------- -#include "kernel/memlog_off.h" +#include "sword25/kernel/memlog_off.h" #include #include #include -#include "kernel/memlog_on.h" - -#include "kernel/common.h" -#include "kernel/bs_stdint.h" -#include "gfx/bitmap.h" -#include "gfx/renderobjectptr.h" -#include "fmv/movieplayer.h" -#include "vorbisstate.h" -#include "theorastate.h" -#include "oggstate.h" -#include "oggstreamstate.h" -#include "moviefile.h" -#include "audiobuffer.h" +#include "sword25/kernel/memlog_on.h" + +#include "sword25/kernel/common.h" +#include "sword25/kernel/bs_stdint.h" +#include "sword25/gfx/bitmap.h" +#include "sword25/gfx/renderobjectptr.h" +#include "sword25/fmv/movieplayer.h" +#include "sword25/fmv/oggtheora/vorbisstate.h" +#include "sword25/fmv/oggtheora/theorastate.h" +#include "sword25/fmv/oggtheora/oggstate.h" +#include "sword25/fmv/oggtheora/oggstreamstate.h" +#include "sword25/fmv/oggtheora/moviefile.h" +#include "sword25/fmv/oggtheora/audiobuffer.h" // ----------------------------------------------------------------------------- // Klassendefinition -- cgit v1.2.3