oggdec: remove old include to fix build with new tremor

This commit is contained in:
Stefan Seyfried
2012-12-30 18:30:52 +01:00
committed by Thilo Graf
parent 8a8f996ca0
commit 6e83576a1b

View File

@@ -38,7 +38,6 @@
#include <pthread.h>
#include <driver/audiometadata.h>
#ifdef USE_TREMOR
#include <tremor/ogg.h>
#include <tremor/ivorbisfile.h>
#else
#include <ogg/ogg.h>