eo: fix guard to avoid redefinition of Efl_Object
authorJean Guyomarc'h <jean@guyomarch.bzh>
Fri, 12 Aug 2016 10:51:59 +0000 (12:51 +0200)
committerJean Guyomarc'h <jean@guyomarch.bzh>
Fri, 12 Aug 2016 11:06:48 +0000 (13:06 +0200)
commite249d792294f6b9c04a388ef1412d2ef43dbe9a8
tree1e812d0e76be7bfcc76e0e2fefe8bbb0a61abba0
parentc197edc23f94cc78096e04b119d2178bc0c13749
eo: fix guard to avoid redefinition of Efl_Object

Clang raised the warning:
   redefinition of typedef 'Efl_Object' is a
   C11 feature [-Wtypedef-redefinition]
for every compiling unit including Eo.h, which
caused a huge console pollution during compilation.
src/lib/eo/Eo.h