Chromium Code Reviews| Index: source/libvpx/vpx/vp8dx.h |
| =================================================================== |
| --- source/libvpx/vpx/vp8dx.h (revision 96967) |
| +++ source/libvpx/vpx/vp8dx.h (working copy) |
| @@ -22,7 +22,7 @@ |
| */ |
| #ifndef VP8DX_H |
| #define VP8DX_H |
| -#include "vpx/vpx_codec_impl_top.h" |
| +#include "vpx_codec_impl_top.h" |
| /*!\name Algorithm interface for VP8 |
| * |
| @@ -74,5 +74,5 @@ |
| /*! @} - end defgroup vp8_decoder */ |
| -#include "vpx/vpx_codec_impl_bottom.h" |
| +#include "vpx_codec_impl_bottom.h" |
| #endif |