entrance: don't include header in headers

This commit is contained in:
Michael Bouchaud 2014-03-06 23:39:04 +00:00
parent 8806464b57
commit 83a6df7446
2 changed files with 1 additions and 11 deletions

View File

@ -1,4 +1,4 @@
#include "entrance_image.h"
#include "entrance.h"
const char *extn_images[] = {".png",".jpg",NULL};

View File

@ -1,16 +1,6 @@
#ifndef ENTRANCE_IMAGE_H_
#define ENTRANCE_IMAGE_H_
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <stdio.h>
#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);