NO! you break api. you made my e sit here with a segv in a getenv.

because now many libraries and api's don't have prototyopes for
malloc/calloc and much more and this goes horribly wrong especially on
64bit! the eina headers have provided these includes historically and
removing them is a BREAK in api. apps that used to compile and run
just fine now don't. it's unacceptable to break api.

i'm stuck here in unity for crying out loud! this deservves a big FAT
REVERT for that! :-P



SVN revision: 65983
This commit is contained in:
Carsten Haitzler 2011-12-07 01:10:43 +00:00
parent 9847de083b
commit 58040ce94b
11 changed files with 17 additions and 2 deletions

View File

@ -19,6 +19,8 @@
#ifndef EINA_ARRAY_H_
#define EINA_ARRAY_H_
#include <stdlib.h>
#include "eina_config.h"
#include "eina_types.h"

View File

@ -21,6 +21,8 @@
#include <stddef.h>
#include <stdio.h>
/**
* @cond LOCAL
*/

View File

@ -19,6 +19,8 @@
#ifndef EINA_INLINE_F32P32_X_
# define EINA_INLINE_F32P32_X_
#include <stdlib.h>
static inline Eina_F32p32
eina_f32p32_add(Eina_F32p32 a, Eina_F32p32 b)
{

View File

@ -19,8 +19,6 @@
#ifndef EINA_STR_INLINE_H_
#define EINA_STR_INLINE_H_
#include <string.h>
/**
* @addtogroup Eina_String_Group String
*

View File

@ -19,6 +19,7 @@
#ifndef EINA_STRINGSHARE_INLINE_H_
#define EINA_STRINGSHARE_INLINE_H_
#include <string.h>
#include "eina_stringshare.h"
/**
* @addtogroup Eina_Stringshare_Group Stringshare

View File

@ -19,6 +19,8 @@
#ifndef EINA_LIST_H_
#define EINA_LIST_H_
#include <stdlib.h>
#include "eina_config.h"
#include "eina_types.h"

View File

@ -19,6 +19,7 @@
#ifndef EINA_LOG_H_
#define EINA_LOG_H_
#include <stdlib.h>
#include <stdarg.h>
#include <sys/types.h>

View File

@ -19,6 +19,8 @@
#ifndef EINA_MATRIXSPARSE_H_
#define EINA_MATRIXSPARSE_H_
#include <stdlib.h>
#include "eina_config.h"
#include "eina_types.h"

View File

@ -19,6 +19,8 @@
#ifndef EINA_RBTREE_H__
#define EINA_RBTREE_H__
#include <stdlib.h>
#include "eina_types.h"
#include "eina_error.h"
#include "eina_iterator.h"

View File

@ -2,6 +2,7 @@
#define _EINA_STR_H
#include <stddef.h>
#include <string.h>
#include "eina_types.h"

View File

@ -1,6 +1,8 @@
#ifndef EINA_UNICODE_H
#define EINA_UNICODE_H
#include <stdlib.h>
#include "eina_config.h"
#include "eina_types.h"