summaryrefslogtreecommitdiff
path: root/vp8/common/common.h
diff options
context:
space:
mode:
authorJohn Koleszar <jkoleszar@google.com>2011-12-21 14:21:29 -0800
committerJohn Koleszar <jkoleszar@google.com>2011-12-22 09:58:40 -0800
commitf56918ba9c8c964a7532ddac925fc5af8d330355 (patch)
tree970e7a98040d139c532a6ee0f3f272dacc33c7c8 /vp8/common/common.h
parentbb1915274f3725d86a56432b436b249ca4430c44 (diff)
downloadlibvpx-f56918ba9c8c964a7532ddac925fc5af8d330355.tar
libvpx-f56918ba9c8c964a7532ddac925fc5af8d330355.tar.gz
libvpx-f56918ba9c8c964a7532ddac925fc5af8d330355.tar.bz2
libvpx-f56918ba9c8c964a7532ddac925fc5af8d330355.zip
Remove legacy integer types
Remove BOOL, INTn, UINTn, etc, in favor of C99-style fixed width types. Change-Id: I396636212fb5edd6b347d43cc940186d8cd1e7b5
Diffstat (limited to 'vp8/common/common.h')
-rw-r--r--vp8/common/common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/vp8/common/common.h b/vp8/common/common.h
index 9a93da991..2cc1c544c 100644
--- a/vp8/common/common.h
+++ b/vp8/common/common.h
@@ -18,8 +18,6 @@
#include "vpx_mem/vpx_mem.h"
-#include "common_types.h"
-
/* Only need this for fixed-size arrays, for structs just assign. */
#define vp8_copy( Dest, Src) { \