9
0
Fork 0

drop <stddef.h> includes

The compilers stddef.h should not be included. We declare all types
ourselves.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2015-07-21 10:22:11 +02:00
parent 06df5b2092
commit efeeea3501
3 changed files with 0 additions and 4 deletions

View File

@ -1,4 +1,3 @@
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View File

@ -30,7 +30,6 @@
#include <common.h>
#include <malloc.h>
#include <stddef.h>
#include <linux/stat.h>
#include <linux/time.h>
#include <asm/byteorder.h>

View File

@ -16,8 +16,6 @@
** of the document, therefore no GPL restrictions apply.
*/
#include <stddef.h>
#if defined(__cplusplus)
extern "C" {
#endif