| commit | 2b8dc065d1f6e66905bf85fb624a9c74e4fd8bdf | [log] [tgz] |
|---|---|---|
| author | Jim Bankoski <jimbankoski@google.com> | Thu Nov 29 16:36:10 2012 -0800 |
| committer | Gerrit Code Review <gerrit@gerrit.golo.chromium.org> | Fri Nov 30 07:30:59 2012 -0800 |
| tree | 179f823f54fd2c98efeadaf244a2acad8d4b9041 | |
| parent | eebc0b49f1f24c05f624fed185c7468a048159fb [diff] [blame] |
google style guide include guards Change-Id: I2c252f3ddcc99e96c1f5d3dab8bcb25a2a3637ea
diff --git a/vp9/common/vp9_common.h b/vp9/common/vp9_common.h index 64804e1..893a3f8 100644 --- a/vp9/common/vp9_common.h +++ b/vp9/common/vp9_common.h
@@ -9,8 +9,8 @@ */ -#ifndef common_h -#define common_h 1 +#ifndef VP9_COMMON_VP9_COMMON_H_ +#define VP9_COMMON_VP9_COMMON_H_ #include <assert.h> #include "vpx_config.h"