From f56918ba9c8c964a7532ddac925fc5af8d330355 Mon Sep 17 00:00:00 2001 From: John Koleszar Date: Wed, 21 Dec 2011 14:21:29 -0800 Subject: Remove legacy integer types Remove BOOL, INTn, UINTn, etc, in favor of C99-style fixed width types. Change-Id: I396636212fb5edd6b347d43cc940186d8cd1e7b5 --- vp8/common/common.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'vp8/common/common.h') 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) { \ -- cgit v1.2.3