From 20b8cba8fb050152310272dad828d7cf57f6767d Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 23 Oct 2005 16:19:32 +0000 Subject: Make include paths consistent among files in libvo. Since -I.. is added to the CFLAGS in the Makefile this should be safe. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16842 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_vesa.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libvo/vo_vesa.c b/libvo/vo_vesa.c index 7818e2d2dd..80f98df911 100644 --- a/libvo/vo_vesa.c +++ b/libvo/vo_vesa.c @@ -44,8 +44,8 @@ #include "vosub_vidix.h" #endif -#include "../postproc/swscale.h" -#include "../libmpcodecs/vf_scale.h" +#include "postproc/swscale.h" +#include "libmpcodecs/vf_scale.h" #ifdef HAVE_PNG -- cgit v1.2.3