diff options
Diffstat (limited to 'include/xine/video_decoder.h')
-rw-r--r-- | include/xine/video_decoder.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/include/xine/video_decoder.h b/include/xine/video_decoder.h index 705efa3da..ec0855277 100644 --- a/include/xine/video_decoder.h +++ b/include/xine/video_decoder.h @@ -23,13 +23,8 @@ #ifndef HAVE_VIDEO_DECODER_H #define HAVE_VIDEO_DECODER_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 VIDEO_DECODER_IFACE_VERSION 19 |