| Index: source/libvpx/examples/postproc.c
|
| diff --git a/source/libvpx/examples/postproc.c b/source/libvpx/examples/postproc.c
|
| index c74347c4c71ddc1693dcbfc38d3cf5a336909ec0..e34426a6194f1870c5ec00d603bb964cbd52433d 100644
|
| --- a/source/libvpx/examples/postproc.c
|
| +++ b/source/libvpx/examples/postproc.c
|
| @@ -46,8 +46,8 @@
|
| #include "vpx/vp8dx.h"
|
| #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;
|
|
|