do not include e.h in batget.c

This commit is contained in:
Mike Blumenkrantz 2017-07-21 16:20:03 -04:00
parent b57802b2c4
commit b0e13c8ca4
1 changed files with 10 additions and 1 deletions

View File

@ -1,4 +1,13 @@
#include "e.h"
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <Ecore.h>
#include <Ecore_Con.h>
#include <Ecore_File.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#ifdef HAVE_CFBASE_H
# include <CFBase.h>