ref: aa68a8301efe3b8ab0ee96462f6e0d6320fc870c
parent: d4d843de81cbef3bf6454174b79e608a62218a89
author: James Zern <[email protected]>
date: Wed May 4 10:54:32 EDT 2016
vpx_dsp_common.h: fix include guard Change-Id: I1ad41c096ec86870f9aecab6fdbc3af03e972afc
--- a/vpx_dsp/vpx_dsp_common.h
+++ b/vpx_dsp/vpx_dsp_common.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef VPX_DSP_COMMON_H_
-#define VPX_DSP_COMMON_H_
+#ifndef VPX_DSP_VPX_DSP_COMMON_H_
+#define VPX_DSP_VPX_DSP_COMMON_H_
#include "./vpx_config.h"
#include "vpx/vpx_integer.h"
@@ -67,4 +67,4 @@
} // extern "C"
#endif
-#endif // VPX_DSP_COMMON_H_
+#endif // VPX_DSP_VPX_DSP_COMMON_H_