diff --git a/src/daemon/entrance_image.c b/src/daemon/entrance_image.c index 6ece9ce..e04d326 100644 --- a/src/daemon/entrance_image.c +++ b/src/daemon/entrance_image.c @@ -1,4 +1,4 @@ -#include "entrance_image.h" +#include "entrance.h" const char *extn_images[] = {".png",".jpg",NULL}; diff --git a/src/daemon/entrance_image.h b/src/daemon/entrance_image.h index 4dc7676..425efd3 100644 --- a/src/daemon/entrance_image.h +++ b/src/daemon/entrance_image.h @@ -1,16 +1,6 @@ #ifndef ENTRANCE_IMAGE_H_ #define ENTRANCE_IMAGE_H_ -#ifdef HAVE_CONFIG_H -#include -#endif - -#include - -#include "entrance.h" - -extern const char *extn_images[]; - Eina_List* entrance_image_system_icons(); Eina_List* entrance_image_system_backgrounds(); Eina_List* entrance_image_user_icons(const char *username);