From 714f584a5926f67180aef3d212c65224f629b416 Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Mon, 23 Jun 2003 13:16:22 +0000 Subject: make compilable with version 0.37 (changed includes) svn path=/trunk/externals/pdogg/; revision=735 --- oggread~/oggread~.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/oggread~/oggread~.c b/oggread~/oggread~.c index a2a3bd6..abdc2b9 100644 --- a/oggread~/oggread~.c +++ b/oggread~/oggread~.c @@ -25,9 +25,8 @@ /* */ /* ---------------------------------------------------------------------------- */ - -#include "m_imp.h" -#include "g_canvas.h" +#include "m_pd.h" +#include "s_stuff.h" #include "codec.h" #include "vorbis/vorbisfile.h" -- cgit v1.2.1