Eo: add autotools tests. I have plenty of errors with the unit tests on Windows
[profile/ivi/eobj.git] / src / tests / composite_objects / comp.h
index 3e15e3e..95001b7 100644 (file)
@@ -1,9 +1,7 @@
 #ifndef COMP_H
 #define COMP_H
 
-#include "Eo.h"
-
 #define COMP_CLASS comp_class_get()
-const Eo_Class *comp_class_get(void) EINA_CONST;
+const Eo_Class *comp_class_get(void);
 
 #endif