enlightenment/src/lib/e_private.h

14 lines
177 B
C

#ifndef _E_PRIVATE_H
#define _E_PRIVATE_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#define E_TYPEDEFS 1
#include "e_ipc.h"
#undef E_TYPEDEFS
#include "e_ipc.h"
#endif