| Index: source/libvpx/examples/vp8cx_set_ref.c
|
| diff --git a/source/libvpx/examples/vp8cx_set_ref.c b/source/libvpx/examples/vp8cx_set_ref.c
|
| index 5e29d808319045d973906207cef38958e026707f..a2982821a42673df69c7f1144812ca61a5983b91 100644
|
| --- a/source/libvpx/examples/vp8cx_set_ref.c
|
| +++ b/source/libvpx/examples/vp8cx_set_ref.c
|
| @@ -53,8 +53,8 @@
|
| #include "vpx/vp8cx.h"
|
| #include "vpx/vpx_encoder.h"
|
|
|
| -#include "./tools_common.h"
|
| -#include "./video_writer.h"
|
| +#include "../tools_common.h"
|
| +#include "../video_writer.h"
|
|
|
| static const char *exec_name;
|
|
|
|
|