summaryrefslogtreecommitdiff
path: root/vp10/encoder/tokenize.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp10/encoder/tokenize.h')
-rw-r--r--vp10/encoder/tokenize.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vp10/encoder/tokenize.h b/vp10/encoder/tokenize.h
index 1e8df82a5..e9df3004a 100644
--- a/vp10/encoder/tokenize.h
+++ b/vp10/encoder/tokenize.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef VP9_ENCODER_VP9_TOKENIZE_H_
-#define VP9_ENCODER_VP9_TOKENIZE_H_
+#ifndef VP10_ENCODER_TOKENIZE_H_
+#define VP10_ENCODER_TOKENIZE_H_
#include "vp10/common/entropy.h"
@@ -109,4 +109,4 @@ static INLINE int16_t vp10_get_token(int v) {
} // extern "C"
#endif
-#endif // VP9_ENCODER_VP9_TOKENIZE_H_
+#endif // VP10_ENCODER_TOKENIZE_H_