oggdec: remove old include to fix build with new tremor

Origin commit data
------------------
Branch: ni/coolstream
Commit: 231499a078
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-12-30 (Sun, 30 Dec 2012)

Origin message was:
------------------
oggdec: remove old include to fix build with new tremor

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2012-12-30 18:30:52 +01:00
parent e1649f42cf
commit d7219efd37

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>