diff options
Diffstat (limited to 'mpvcore/resolve_quvi.c')
-rw-r--r-- | mpvcore/resolve_quvi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mpvcore/resolve_quvi.c b/mpvcore/resolve_quvi.c index 5870335811..9e98f2a992 100644 --- a/mpvcore/resolve_quvi.c +++ b/mpvcore/resolve_quvi.c @@ -19,8 +19,8 @@ #include <quvi/quvi.h> #include "talloc.h" -#include "core/mp_msg.h" -#include "core/options.h" +#include "mpvcore/mp_msg.h" +#include "mpvcore/options.h" #include "resolve.h" struct mp_resolve_result *mp_resolve_quvi(const char *url, struct MPOpts *opts) |