| Index: source/libvpx/vp8/decoder/detokenize.h
|
| ===================================================================
|
| --- source/libvpx/vp8/decoder/detokenize.h (revision 191025)
|
| +++ source/libvpx/vp8/decoder/detokenize.h (working copy)
|
| @@ -8,13 +8,12 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| +#ifndef DETOKENIZE_H_
|
| +#define DETOKENIZE_H_
|
|
|
| -#ifndef DETOKENIZE_H
|
| -#define DETOKENIZE_H
|
| -
|
| #include "onyxd_int.h"
|
|
|
| void vp8_reset_mb_tokens_context(MACROBLOCKD *x);
|
| int vp8_decode_mb_tokens(VP8D_COMP *, MACROBLOCKD *);
|
|
|
| -#endif /* DETOKENIZE_H */
|
| +#endif // DETOKENIZE_H
|
|
|