summaryrefslogtreecommitdiff
path: root/vp8/common/treecoder.h
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2013-12-15 18:20:21 -0800
committerJames Zern <jzern@google.com>2013-12-16 19:40:54 -0800
commite903cacf5b008ccb54d45264cc5ccb174fc6f3c9 (patch)
treef890fce4a99fdc51adc0046fb370f0d34d655daf /vp8/common/treecoder.h
parentbd9a388a060cf93d3e3739981e0cc28ec2e7d3d2 (diff)
downloadlibvpx-e903cacf5b008ccb54d45264cc5ccb174fc6f3c9.tar
libvpx-e903cacf5b008ccb54d45264cc5ccb174fc6f3c9.tar.gz
libvpx-e903cacf5b008ccb54d45264cc5ccb174fc6f3c9.tar.bz2
libvpx-e903cacf5b008ccb54d45264cc5ccb174fc6f3c9.zip
vp8/common: normalize include guards
Change-Id: Ia8789a8f864e0edc0bf94f00f6430846f86911c3
Diffstat (limited to 'vp8/common/treecoder.h')
-rw-r--r--vp8/common/treecoder.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vp8/common/treecoder.h b/vp8/common/treecoder.h
index ebf51c5ed..edb4b5775 100644
--- a/vp8/common/treecoder.h
+++ b/vp8/common/treecoder.h
@@ -9,8 +9,8 @@
*/
-#ifndef __INC_TREECODER_H
-#define __INC_TREECODER_H
+#ifndef VP8_COMMON_TREECODER_H_
+#define VP8_COMMON_TREECODER_H_
typedef unsigned char vp8bc_index_t; /* probability index */
@@ -87,4 +87,4 @@ void vp8bc_tree_probs_from_distribution(
);
-#endif
+#endif // VP8_COMMON_TREECODER_H_