* eina: fix some warning by Albin Tonnerre.

SVN revision: 51246
This commit is contained in:
Cedric BAIL 2010-08-17 11:48:50 +00:00
parent a57d936d35
commit ccebf54881
3 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,7 @@
#include "eina_share_common.h"
#include "eina_unicode.h"
#include "eina_private.h"
#include "eina_binshare.h"
/* The actual share */
static Eina_Share *binshare_share;

View File

@ -69,6 +69,7 @@ void *alloca (size_t);
#include "eina_hash.h"
#include "eina_rbtree.h"
#include "eina_error.h"
#include "eina_stringshare.h"
/* undefs EINA_ARG_NONULL() so NULL checks are not compiled out! */
#include "eina_safety_checks.h"

View File

@ -30,6 +30,7 @@
#include "eina_share_common.h"
#include "eina_unicode.h"
#include "eina_private.h"
#include "eina_ustringshare.h"
/* The actual share */
static Eina_Share *ustringshare_share;