From: Jim Bankoski Date: Sun, 29 Sep 2013 18:28:21 +0000 (-0700) Subject: fix cpplint issue in vp9_onyxd.h X-Git-Tag: v1.3.0~370^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2ce70a15d2873d825c6299bde37759fc5190d6fe;p=libvpx fix cpplint issue in vp9_onyxd.h Change-Id: I6498d2eee0b3f3bbb94787eb0ba72ccfcf8f5f02 --- diff --git a/vp9/decoder/vp9_onyxd.h b/vp9/decoder/vp9_onyxd.h index cd5b7508f..4f662e9ac 100644 --- a/vp9/decoder/vp9_onyxd.h +++ b/vp9/decoder/vp9_onyxd.h @@ -8,8 +8,8 @@ * be found in the AUTHORS file in the root of the source tree. */ -#ifndef VP9_COMMON_VP9_ONYXD_H_ -#define VP9_COMMON_VP9_ONYXD_H_ +#ifndef VP9_DECODER_VP9_ONYXD_H_ +#define VP9_DECODER_VP9_ONYXD_H_ #ifdef __cplusplus extern "C" { @@ -66,4 +66,4 @@ void vp9_remove_decompressor(VP9D_PTR comp); } #endif -#endif // VP9_COMMON_VP9_ONYXD_H_ +#endif // VP9_DECODER_VP9_ONYXD_H_