summaryrefslogtreecommitdiffstats
path: root/video/out/vo_null.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/vo_null.c')
-rw-r--r--video/out/vo_null.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/video/out/vo_null.c b/video/out/vo_null.c
index 1f307f7f5b..fa1c77a35a 100644
--- a/video/out/vo_null.c
+++ b/video/out/vo_null.c
@@ -25,10 +25,10 @@
#include <string.h>
#include <errno.h>
#include "config.h"
-#include "mp_msg.h"
-#include "video_out.h"
-#include "libmpcodecs/vfcap.h"
-#include "libmpcodecs/mp_image.h"
+#include "core/mp_msg.h"
+#include "vo.h"
+#include "video/vfcap.h"
+#include "video/mp_image.h"
static int draw_slice(struct vo *vo, uint8_t *image[], int stride[],
int w, int h, int x, int y)