reduce include deps for enlightenment_thumb binary

This commit is contained in:
Mike Blumenkrantz 2017-07-17 08:14:28 -04:00
parent f8de1a3f88
commit ea502c5e2b
2 changed files with 14 additions and 2 deletions

View File

@ -1,6 +1,10 @@
#include "e.h"
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <string.h>
#include "e_macros.h"
#ifdef HAVE_ARPA_INET_H
# include <arpa/inet.h>
#endif

View File

@ -1,4 +1,12 @@
#include "e.h"
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <stdio.h>
#include <string.h>
#include <limits.h>
#include <Efreet.h>
#include "e_macros.h"
static const char *_e_user_homedir = NULL;
static size_t _e_user_homedir_len = 0;