types.h: centralize use of stddef.h

for size_t / NULL

Change-Id: If1331d3cf44296ed0ba9e838eae2f5b1bcaeb61b
This commit is contained in:
James Zern
2012-04-12 17:05:34 -07:00
parent 1c92bd37f3
commit fbd82b5a39
9 changed files with 3 additions and 11 deletions

View File

@ -9,8 +9,6 @@
//
// Author: Christian Duvivier (cduvivier@google.com)
#include <stddef.h> // for NULL
#include "./dsp.h"
#if defined(__cplusplus) || defined(c_plusplus)

View File

@ -9,6 +9,7 @@
//
// Author: Skal (pascal.massimino@gmail.com)
#include <stdlib.h> // for abs()
#include "./dsp.h"
#include "../enc/vp8enci.h"