diff options
Diffstat (limited to 'include/xine/buffer.h')
-rw-r--r-- | include/xine/buffer.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/include/xine/buffer.h b/include/xine/buffer.h index ce209c9da..4af718a1b 100644 --- a/include/xine/buffer.h +++ b/include/xine/buffer.h @@ -43,13 +43,8 @@ extern "C" { #include <pthread.h> #include <sys/types.h> -#ifdef XINE_COMPILE -# include <inttypes.h> -# include "attributes.h" -#else -# include <xine/os_types.h> -# include <xine/attributes.h> -#endif +#include <xine/os_types.h> +#include <xine/attributes.h> #define BUF_MAX_CALLBACKS 5 |