Eina is not needed as an include here, it's already in e.h

SVN revision: 43846
This commit is contained in:
Christopher Michael 2009-11-20 19:35:26 +00:00
parent e431b9a6c1
commit 2f4aa190da
1 changed files with 0 additions and 2 deletions

View File

@ -6,8 +6,6 @@
#ifndef E_USER_H
#define E_USER_H
#include <Eina.h>
EAPI const char *e_user_homedir_get(void);
EAPI size_t e_user_homedir_concat_len(char *dst, size_t size, const char *path, size_t path_len);
EAPI size_t e_user_homedir_snprintf(char *dst, size_t size, const char *fmt, ...) EINA_PRINTF(3, 4);