summaryrefslogtreecommitdiff
path: root/vp8/common/onyx.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/onyx.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/onyx.h')
-rw-r--r--vp8/common/onyx.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vp8/common/onyx.h b/vp8/common/onyx.h
index 30c4cbbca..209a25d82 100644
--- a/vp8/common/onyx.h
+++ b/vp8/common/onyx.h
@@ -9,8 +9,8 @@
*/
-#ifndef __INC_VP8_H
-#define __INC_VP8_H
+#ifndef VP8_COMMON_ONYX_H_
+#define VP8_COMMON_ONYX_H_
#ifdef __cplusplus
extern "C"
@@ -267,4 +267,4 @@ extern "C"
}
#endif
-#endif
+#endif // VP8_COMMON_ONYX_H_