diff options
Diffstat (limited to 'include/xine/vo_scale.h')
-rw-r--r-- | include/xine/vo_scale.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/xine/vo_scale.h b/include/xine/vo_scale.h index e502b2f62..b8b1a535b 100644 --- a/include/xine/vo_scale.h +++ b/include/xine/vo_scale.h @@ -33,11 +33,7 @@ extern "C" { #include "config.h" #endif -#ifdef XINE_COMPILE -# include "configfile.h" -#else -# include <xine/configfile.h> -#endif +#include <xine/configfile.h> typedef struct { int x, y; |