efl/legacy/edje/src/bin/edje_main.h

24 lines
355 B
C

#ifndef EDJE_MAIN_H
#define EDJE_MAIN_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <Evas.h>
#include <Ecore.h>
#ifdef HAVE_ECORE_X_H
#include <Ecore_X.h>
#endif
#ifdef HAVE_ECORE_FB_H
#include <Ecore_Fb.h>
#endif
#include <Ecore_Evas.h>
#include <Eet.h>
#include "Edje.h"
#include "edje_private.h"
#define DAT PACKAGE_DATA_DIR"/"
#endif