From f79b3b305b1332b4ca54afaab42b9fe6d483bfa5 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Sun, 18 Jan 2004 18:17:55 +0000 Subject: this header is not needed CVS patchset: 6054 CVS date: 2004/01/18 18:17:55 --- src/xine-engine/metronom.c | 3 +-- src/xine-engine/vo_scale.c | 5 ++--- 2 files changed, 3 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/xine-engine/metronom.c b/src/xine-engine/metronom.c index b68e2276c..b301fdd25 100644 --- a/src/xine-engine/metronom.c +++ b/src/xine-engine/metronom.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: metronom.c,v 1.133 2003/12/29 16:26:57 mroi Exp $ + * $Id: metronom.c,v 1.134 2004/01/18 18:18:31 mroi Exp $ */ #ifdef HAVE_CONFIG_H @@ -45,7 +45,6 @@ #include "xine_internal.h" #include "metronom.h" #include "xineutils.h" -#include "video_out.h" #define MAX_AUDIO_DELTA 1600 #define AUDIO_SAMPLE_NUM 32768 diff --git a/src/xine-engine/vo_scale.c b/src/xine-engine/vo_scale.c index 20be36086..656c8569e 100644 --- a/src/xine-engine/vo_scale.c +++ b/src/xine-engine/vo_scale.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: vo_scale.c,v 1.29 2003/12/09 00:02:38 f1rmb Exp $ + * $Id: vo_scale.c,v 1.30 2004/01/18 18:17:55 mroi Exp $ * * Contains common code to calculate video scaling parameters. * In short, it will map frame dimensions to screen/window size. @@ -35,7 +35,6 @@ */ #include "xine_internal.h" -#include "video_out.h" #include "vo_scale.h" /* @@ -359,4 +358,4 @@ void _x_vo_scale_init(vo_scale_t *this, int support_zoom, int scaling_disabled, config->register_range(config, "video.vertical_position", 50, 0, 100, _("vertical image position in the output window"), NULL, 10, vo_scale_vertical_pos_changed, this) / 100.0; -} +} -- cgit v1.2.3