| Index: source/libvpx/vp9/common/vp9_pred_common.h
|
| ===================================================================
|
| --- source/libvpx/vp9/common/vp9_pred_common.h (revision 177019)
|
| +++ source/libvpx/vp9/common/vp9_pred_common.h (working copy)
|
| @@ -8,7 +8,6 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#include "vp9/common/vp9_type_aliases.h"
|
| #include "vp9/common/vp9_onyxc_int.h"
|
| #include "vp9/common/vp9_blockd.h"
|
|
|
| @@ -53,4 +52,4 @@
|
| const MACROBLOCKD *const xd);
|
| extern void vp9_compute_mod_refprobs(VP9_COMMON *const cm);
|
|
|
| -#endif /* __INC_PRED_COMMON_H__ */
|
| +#endif // VP9_COMMON_VP9_PRED_COMMON_H_
|
|
|