summaryrefslogtreecommitdiff
path: root/vp8/common/onyxc_int.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/onyxc_int.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/onyxc_int.h')
-rw-r--r--vp8/common/onyxc_int.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vp8/common/onyxc_int.h b/vp8/common/onyxc_int.h
index e9bb7af26..92eb7f99a 100644
--- a/vp8/common/onyxc_int.h
+++ b/vp8/common/onyxc_int.h
@@ -9,8 +9,8 @@
*/
-#ifndef __INC_VP8C_INT_H
-#define __INC_VP8C_INT_H
+#ifndef VP8_COMMON_ONYXC_INT_H_
+#define VP8_COMMON_ONYXC_INT_H_
#include "vpx_config.h"
#include "vp8_rtcd.h"
@@ -174,4 +174,4 @@ typedef struct VP8Common
int cpu_caps;
} VP8_COMMON;
-#endif
+#endif // VP8_COMMON_ONYXC_INT_H_