summaryrefslogtreecommitdiffstats
path: root/libvo/vo_directfb.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_directfb.c')
-rw-r--r--libvo/vo_directfb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvo/vo_directfb.c b/libvo/vo_directfb.c
index b3c5902a25..ba3251e5db 100644
--- a/libvo/vo_directfb.c
+++ b/libvo/vo_directfb.c
@@ -57,7 +57,7 @@
#include "video_out_internal.h"
#include "fastmemcpy.h"
#include "sub.h"
-#include "../postproc/rgb2rgb.h"
+#include "postproc/rgb2rgb.h"
#include "aspect.h"
@@ -1411,7 +1411,7 @@ static uint32_t draw_slice(uint8_t *src[], int stride[], int w, int h, int x, in
extern void mplayer_put_key(int code);
-#include "../osdep/keycodes.h"
+#include "osdep/keycodes.h"
static void check_events(void)
{