diff options
Diffstat (limited to 'include/xine/spu_decoder.h')
-rw-r--r-- | include/xine/spu_decoder.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/include/xine/spu_decoder.h b/include/xine/spu_decoder.h index dcf9107f7..b11bf7952 100644 --- a/include/xine/spu_decoder.h +++ b/include/xine/spu_decoder.h @@ -24,13 +24,8 @@ #ifndef HAVE_SPU_API_H #define HAVE_SPU_API_H -#ifdef XINE_COMPILE -# include <inttypes.h> -# include "buffer.h" -#else -# include <xine/os_types.h> -# include <xine/buffer.h> -#endif +#include <xine/os_types.h> +#include <xine/buffer.h> #define SPU_DECODER_IFACE_VERSION 17 |