| Index: source/libvpx/examples/simple_decoder.c
|
| diff --git a/source/libvpx/examples/simple_decoder.c b/source/libvpx/examples/simple_decoder.c
|
| index c58b014f76ab9e21641b30e6710f44a131e9f18a..08a21668542e98c1cc443e4d1f897b11ac4080bf 100644
|
| --- a/source/libvpx/examples/simple_decoder.c
|
| +++ b/source/libvpx/examples/simple_decoder.c
|
| @@ -82,8 +82,8 @@
|
|
|
| #include "vpx/vpx_decoder.h"
|
|
|
| -#include "./tools_common.h"
|
| -#include "./video_reader.h"
|
| +#include "../tools_common.h"
|
| +#include "../video_reader.h"
|
| #include "./vpx_config.h"
|
|
|
| static const char *exec_name;
|
|
|