Merge changes If1331d3c,I86fe3847

* changes:
  types.h: centralize use of stddef.h
  vp8io: use size_t for buffer size
This commit is contained in:
James Zern
2012-04-14 13:01:13 -07:00
committed by Gerrit Code Review
10 changed files with 5 additions and 11 deletions

View File

@ -14,7 +14,6 @@
#define WEBP_UTILS_BIT_READER_H_
#include <assert.h>
#include <stddef.h> // For size_t
#ifdef _MSC_VER
#include <stdlib.h> // _byteswap_ulong
#endif

View File

@ -11,7 +11,6 @@
#include "./filters.h"
#include <assert.h>
#include <stddef.h>
#include <stdlib.h>
#include <string.h>

View File

@ -13,7 +13,6 @@
#define WEBP_UTILS_HUFFMAN_H_
#include <assert.h>
#include <stddef.h>
#include "../webp/types.h"
#if defined(__cplusplus) || defined(c_plusplus)