summaryrefslogtreecommitdiff
path: root/include/xine/buffer.h
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-12-23 18:44:29 +0100
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-12-23 18:44:29 +0100
commita3ded7d74f5e8bb08f4fc25ff75ca6b534c633dd (patch)
tree20a707975b32a44c3469a38a0155ef216d94e7c2 /include/xine/buffer.h
parent476a3e5b3151a4b626d086e65d53d6f5eea914db (diff)
downloadxine-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/buffer.h')
-rw-r--r--include/xine/buffer.h9
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