Eo: add autotools tests. I have plenty of errors with the unit tests on Windows
[profile/ivi/eobj.git] / src / tests / constructors / simple6.h
index 0915aea..97e7b5e 100644 (file)
@@ -1,9 +1,7 @@
 #ifndef SIMPLE6_H
 #define SIMPLE6_H
 
-#include "Eo.h"
-
 #define SIMPLE6_CLASS simple6_class_get()
-const Eo_Class *simple6_class_get(void) EINA_CONST;
+const Eo_Class *simple6_class_get(void);
 
 #endif