discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=b0e13c8ca4d57e2d384b485923573db352ebd162

commit b0e13c8ca4d57e2d384b485923573db352ebd162
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Fri Jul 21 16:20:03 2017 -0400

    do not include e.h in batget.c
---
 src/modules/battery/batget.c | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/src/modules/battery/batget.c b/src/modules/battery/batget.c
index cde8e9105..ec335f445 100644
--- a/src/modules/battery/batget.c
+++ b/src/modules/battery/batget.c
@@ -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>

-- 


Reply via email to