google style guide include guards
Change-Id: I2c252f3ddcc99e96c1f5d3dab8bcb25a2a3637ea
This commit is contained in:
committed by
Gerrit Code Review
parent
eebc0b49f1
commit
2b8dc065d1
@@ -9,8 +9,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef __INC_ONYX_INT_H
|
||||
#define __INC_ONYX_INT_H
|
||||
#ifndef VP9_ENCODER_VP9_ONYX_INT_H_
|
||||
#define VP9_ENCODER_VP9_ONYX_INT_H_
|
||||
|
||||
#include <stdio.h>
|
||||
#include "vpx_ports/config.h"
|
||||
|
||||
Reference in New Issue
Block a user