efl: remove eina_promise typedef
authorMarcel Hollerbach <marcel-hollerbach@t-online.de>
Sun, 1 May 2016 15:01:22 +0000 (17:01 +0200)
committerMarcel Hollerbach <marcel-hollerbach@t-online.de>
Sun, 1 May 2016 15:01:22 +0000 (17:01 +0200)
commite58e5eda0829ac5d66c874486ddb9edd7dfcd76d
treea6844b44d9fc0c715f17544914799700bff61c04
parent51e86a4c0d32330234038aee5e1d804130c8cf31
efl: remove eina_promise typedef

fixes the following warnings:
  /usr/local/include/efl-1/Efl_Model_Common.h:14:30: warning: redefinition of typedef 'Eina_Promise' is a
        C11 feature [-Wtypedef-redefinition]
  typedef struct _Eina_Promise Eina_Promise;
                               ^
  /usr/local/include/eina-1/eina/eina_promise.h:10:30: note: previous definition is here
  typedef struct _Eina_Promise Eina_Promise;

To remove the typedef i had to cleanup the includes of header in
evas_canvas3d_eet.c.
src/lib/efl/Efl_Model_Common.h
src/lib/evas/canvas/evas_canvas3d_eet.c