This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository efm2.
View the commit online.
commit 7924021974c0dd1934a70d579cbc233695e91ba8
Author: Carsten Haitzler (Rasterman) <[email protected]>
AuthorDate: Tue Feb 3 13:40:15 2026 +0000
fix includes
---
src/efm/efm_dnd.c | 4 ----
src/efm/efm_structs.h | 1 -
src/efm/efm_util.c | 2 --
3 files changed, 7 deletions(-)
diff --git a/src/efm/efm_dnd.c b/src/efm/efm_dnd.c
index 3a5f71f..c577059 100644
--- a/src/efm/efm_dnd.c
+++ b/src/efm/efm_dnd.c
@@ -1,12 +1,8 @@
-#include "Elementary.h"
-#include "Evas.h"
-#include "cmd.h"
#include "efm.h"
#include "efm_structs.h"
#include "efm_util.h"
#include "efm_dnd.h"
#include "efm_private.h"
-#include "eina_list.h"
#include "esc.h"
#define COORD_INVALID -999999
diff --git a/src/efm/efm_structs.h b/src/efm/efm_structs.h
index 4b0e0dc..5a8d240 100644
--- a/src/efm/efm_structs.h
+++ b/src/efm/efm_structs.h
@@ -1,4 +1,3 @@
-#include "eina_stringshare.h"
#ifndef EFM_STRUCTS_H
#define EFM_STRUCTS_H 1
diff --git a/src/efm/efm_util.c b/src/efm/efm_util.c
index acbb358..4953ed9 100644
--- a/src/efm/efm_util.c
+++ b/src/efm/efm_util.c
@@ -1,5 +1,3 @@
-#include "Evas.h"
-#include "cmd.h"
#include "efm.h"
#include "efm_util.h"
#include "efm_icon.h"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.