summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_screenshot.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpcodecs/vf_screenshot.c')
-rw-r--r--libmpcodecs/vf_screenshot.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/libmpcodecs/vf_screenshot.c b/libmpcodecs/vf_screenshot.c
index 78ba1cbf78..8fbb4b5cba 100644
--- a/libmpcodecs/vf_screenshot.c
+++ b/libmpcodecs/vf_screenshot.c
@@ -1,4 +1,4 @@
-#include "../config.h"
+#include "config.h"
#ifdef HAVE_PNG
#include <stdio.h>
@@ -15,16 +15,16 @@
#include <png.h>
-#include "../mp_msg.h"
+#include "mp_msg.h"
#include "img_format.h"
#include "mp_image.h"
#include "vf.h"
#include "vf_scale.h"
-#include "../libvo/fastmemcpy.h"
-#include "../postproc/swscale.h"
-#include "../postproc/rgb2rgb.h"
+#include "libvo/fastmemcpy.h"
+#include "postproc/swscale.h"
+#include "postproc/rgb2rgb.h"
struct vf_priv_s {
int frameno;