summaryrefslogtreecommitdiffstats
path: root/mpvcore/mp_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpvcore/mp_common.c')
-rw-r--r--mpvcore/mp_common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mpvcore/mp_common.c b/mpvcore/mp_common.c
index 03e3e988fd..3ea6e66531 100644
--- a/mpvcore/mp_common.c
+++ b/mpvcore/mp_common.c
@@ -19,8 +19,8 @@
#include <libavutil/common.h>
#include "talloc.h"
-#include "core/bstr.h"
-#include "core/mp_common.h"
+#include "mpvcore/bstr.h"
+#include "mpvcore/mp_common.h"
char *mp_format_time(double time, bool fractions)
{