diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-23 16:49:52 +0100 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-23 16:49:52 +0100 |
commit | 763595a925b6a5f75e9821654f28e28683cf5960 (patch) | |
tree | d5e0e0e53de3afa0e60eb1bf12d4dbfa7a8ee86b | |
parent | c2018ac891082038ea824d3d9baf1cf7f956e878 (diff) | |
download | xine-lib-763595a925b6a5f75e9821654f28e28683cf5960.tar.gz xine-lib-763595a925b6a5f75e9821654f28e28683cf5960.tar.bz2 |
Remove XINE_COMPILE conditional.
-rw-r--r-- | include/xine/plugin_catalog.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/include/xine/plugin_catalog.h b/include/xine/plugin_catalog.h index fd9afb959..1c2d5e806 100644 --- a/include/xine/plugin_catalog.h +++ b/include/xine/plugin_catalog.h @@ -23,13 +23,8 @@ #ifndef _PLUGIN_CATALOG_H #define _PLUGIN_CATALOG_H -#ifdef XINE_COMPILE -# include "xine_plugin.h" -# include "xineutils.h" -#else -# include <xine/xine_plugin.h> -# include <xine/xineutils.h> -#endif +#include <xine/xine_plugin.h> +#include <xine/xineutils.h> #define DECODER_MAX 128 #define PLUGIN_MAX 256 |