reduce include deps for enlightenment_thumb binary

This commit is contained in:
Mike Blumenkrantz 2017-07-14 18:44:23 -04:00
parent ee71ea63ec
commit cce14fa839
2 changed files with 19 additions and 2 deletions

View File

@ -1,6 +1,13 @@
#include "e.h"
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <string.h>
#ifndef E_API
#define E_API
#endif
#ifdef HAVE_ARPA_INET_H
# include <arpa/inet.h>
#endif

View File

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