summaryrefslogtreecommitdiff
path: root/vp10/common/idct.h
diff options
context:
space:
mode:
authorYaowu Xu <yaowu@google.com>2015-08-13 09:25:39 -0700
committerYaowu Xu <yaowu@google.com>2015-08-13 09:25:39 -0700
commit2dcefd9c7fdc08f28f8276f2a41df453c1f0a020 (patch)
tree3898cb5e764349df233dce980c051fec2c5f076e /vp10/common/idct.h
parent4622af69e61577e8d726d8b252fcfeaefdf65696 (diff)
downloadlibvpx-2dcefd9c7fdc08f28f8276f2a41df453c1f0a020.tar.gz
Correct guard macros in header files
Change-Id: Ifce12a95c1cdc36dc6ac5a72759249a17407da9e
Diffstat (limited to 'vp10/common/idct.h')
-rw-r--r--vp10/common/idct.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vp10/common/idct.h b/vp10/common/idct.h
index 496917ebb..f185657ed 100644
--- a/vp10/common/idct.h
+++ b/vp10/common/idct.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef VP9_COMMON_VP9_IDCT_H_
-#define VP9_COMMON_VP9_IDCT_H_
+#ifndef VP10_COMMON_IDCT_H_
+#define VP10_COMMON_IDCT_H_
#include <assert.h>
@@ -78,4 +78,4 @@ void vp10_highbd_iht16x16_add(TX_TYPE tx_type, const tran_low_t *input,
} // extern "C"
#endif
-#endif // VP9_COMMON_VP9_IDCT_H_
+#endif // VP10_COMMON_IDCT_H_