diff options
Diffstat (limited to 'include/xine/demux.h')
-rw-r--r-- | include/xine/demux.h | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/include/xine/demux.h b/include/xine/demux.h index ee5ca42f0..476c80b8e 100644 --- a/include/xine/demux.h +++ b/include/xine/demux.h @@ -21,15 +21,9 @@ #ifndef HAVE_DEMUX_H #define HAVE_DEMUX_H -#ifdef XINE_COMPILE -# include "input/input_plugin.h" -# include "buffer.h" -# include "xine_internal.h" -#else -# include <xine/input_plugin.h> -# include <xine/buffer.h> -# include <xine/xine_internal.h> -#endif +#include <xine/input_plugin.h> +#include <xine/buffer.h> +#include <xine/xine_internal.h> #define DEMUXER_PLUGIN_IFACE_VERSION 27 |