summaryrefslogtreecommitdiffstats
path: root/mpvcore/screenshot.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpvcore/screenshot.c')
-rw-r--r--mpvcore/screenshot.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/mpvcore/screenshot.c b/mpvcore/screenshot.c
index ea2fe7a3c9..b7697e913b 100644
--- a/mpvcore/screenshot.c
+++ b/mpvcore/screenshot.c
@@ -25,13 +25,13 @@
#include "osdep/io.h"
#include "talloc.h"
-#include "core/screenshot.h"
-#include "core/mp_core.h"
-#include "core/command.h"
-#include "core/bstr.h"
-#include "core/mp_msg.h"
-#include "core/mp_osd.h"
-#include "core/path.h"
+#include "mpvcore/screenshot.h"
+#include "mpvcore/mp_core.h"
+#include "mpvcore/command.h"
+#include "mpvcore/bstr.h"
+#include "mpvcore/mp_msg.h"
+#include "mpvcore/mp_osd.h"
+#include "mpvcore/path.h"
#include "video/mp_image.h"
#include "video/decode/dec_video.h"
#include "video/filter/vf.h"