From 3b20d5b4ecae5063fcd155eded1d3ff4e9dd5eda Mon Sep 17 00:00:00 2001 From: Jack Moffitt Date: Thu, 12 Oct 2000 07:28:03 +0000 Subject: [PATCH] i knew there had to be a reason for that :) jack. svn path=/trunk/vorbis/; revision=731 --- include/vorbis/codec.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/vorbis/codec.h b/include/vorbis/codec.h index 50a7a06..e91f9a9 100644 --- a/include/vorbis/codec.h +++ b/include/vorbis/codec.h @@ -12,7 +12,7 @@ ******************************************************************** function: libvorbis codec headers - last mod: $Id: codec.h,v 1.31 2000/10/12 04:26:39 jack Exp $ + last mod: $Id: codec.h,v 1.32 2000/10/12 07:28:03 jack Exp $ ********************************************************************/ @@ -28,7 +28,6 @@ extern "C" #include #include "vorbis/codebook.h" -#include "vorbis/backends.h" typedef void vorbis_look_transform; typedef void vorbis_info_time; @@ -240,6 +239,7 @@ typedef struct vorbis_block{ } vorbis_block; +#include "vorbis/backends.h" /* vorbis_info contains all the setup information specific to the specific compression/decompression mode in progress (eg, -- 2.7.4