entrance: don't include header in headers

devs/bu5hm4n/develop
Michael Bouchaud 9 years ago
parent 8806464b57
commit 83a6df7446
  1. 2
      src/daemon/entrance_image.c
  2. 10
      src/daemon/entrance_image.h

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

@ -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);

Loading…
Cancel
Save