summaryrefslogtreecommitdiff
path: root/vp8/common/mv.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp8/common/mv.h')
-rw-r--r--vp8/common/mv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vp8/common/mv.h b/vp8/common/mv.h
index b3f919db2..1e4b206a2 100644
--- a/vp8/common/mv.h
+++ b/vp8/common/mv.h
@@ -9,8 +9,8 @@
*/
-#ifndef __INC_MV_H
-#define __INC_MV_H
+#ifndef VP8_COMMON_MV_H_
+#define VP8_COMMON_MV_H_
#include "vpx/vpx_integer.h"
typedef struct
@@ -25,4 +25,4 @@ typedef union int_mv
MV as_mv;
} int_mv; /* facilitates faster equality tests and copies */
-#endif
+#endif // VP8_COMMON_MV_H_