reduce include deps for enlightenment_thumb binary

devs/bu5hm4n/meson_wip
Mike Blumenkrantz 6 years ago
parent f8de1a3f88
commit ea502c5e2b
  1. 6
      src/bin/e_sha1.c
  2. 10
      src/bin/e_user.c

@ -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

@ -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;

Loading…
Cancel
Save