the PSP port of libtremor was updated, so this define is no longer needed

svn-id: r19488
This commit is contained in:
Joost Peters 2005-11-06 13:49:52 +00:00
parent d7b50885e2
commit f94b11ec55

View file

@ -30,11 +30,7 @@
#include "sound/audiocd.h"
#ifdef USE_TREMOR
#ifdef __PSP__
#include <ivorbisfile.h>
#else
#include <tremor/ivorbisfile.h>
#endif
#else
#include <vorbis/vorbisfile.h>
#endif