diff options
| author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-23 18:44:29 +0100 |
|---|---|---|
| committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-23 18:44:29 +0100 |
| commit | a3ded7d74f5e8bb08f4fc25ff75ca6b534c633dd (patch) | |
| tree | 20a707975b32a44c3469a38a0155ef216d94e7c2 /include/xine/spu_decoder.h | |
| parent | 476a3e5b3151a4b626d086e65d53d6f5eea914db (diff) | |
| download | xine-lib-a3ded7d74f5e8bb08f4fc25ff75ca6b534c633dd.tar.gz xine-lib-a3ded7d74f5e8bb08f4fc25ff75ca6b534c633dd.tar.bz2 | |
Remove XINE_COMPILE conditionals where they just changed the include directive paths.
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 |
