string.h shouldn't include stddef.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25860 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d67bf4c858
commit
821652dcdb
1 changed files with 0 additions and 2 deletions
|
@ -13,8 +13,6 @@ extern "C" {
|
|||
|
||||
#include "_ansi.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#if !defined(__size_t_defined)&& !defined(_SIZE_T_) && !defined(size_t) && !defined(_SIZE_T_DECLARED)
|
||||
#define __size_t_defined
|
||||
#define _SIZE_T
|
||||
|
|
Loading…
Reference in a new issue