summaryrefslogtreecommitdiffstats
path: root/video/mp_image.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/mp_image.h')
-rw-r--r--video/mp_image.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/video/mp_image.h b/video/mp_image.h
index f2d149bc9d..8ce0b98edc 100644
--- a/video/mp_image.h
+++ b/video/mp_image.h
@@ -23,8 +23,8 @@
#include <stdlib.h>
#include <string.h>
#include <inttypes.h>
-#include "mp_msg.h"
-#include "libvo/csputils.h"
+#include "core/mp_msg.h"
+#include "csputils.h"
//--------- codec's requirements (filled by the codec/vf) ---------