#ifndef COMP_H #define COMP_H #include "Eobj.h" #define COMP_CLASS comp_class_get() const Eobj_Class *comp_class_get(void) EINA_CONST; #endif