eina: only include system header as necessary.

SVN revision: 65966
This commit is contained in:
Cedric BAIL 2011-12-06 16:09:56 +00:00
parent 38567fbf32
commit 98ced4dd20
11 changed files with 2 additions and 17 deletions

View File

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

View File

@ -19,8 +19,6 @@
#ifndef EINA_INLINE_ARRAY_X_
#define EINA_INLINE_ARRAY_X_
#include <stdio.h>
/**
* @cond LOCAL
*/

View File

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

View File

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

View File

@ -19,7 +19,6 @@
#ifndef EINA_LOG_H_
#define EINA_LOG_H_
#include <stdlib.h>
#include <stdarg.h>
#include "eina_types.h"

View File

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

View File

@ -19,8 +19,6 @@
#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,7 +2,6 @@
#define _EINA_STR_H
#include <stddef.h>
#include <string.h>
#include "eina_types.h"

View File

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