Remove #include for config.h from C++ public header
authorFelipe Magno de Almeida <felipe@expertisesolutions.com.br>
Mon, 2 Nov 2015 21:39:55 +0000 (19:39 -0200)
committerFelipe Magno de Almeida <felipe@expertisesolutions.com.br>
Mon, 2 Nov 2015 21:39:55 +0000 (19:39 -0200)
commit3e29939dba0698d7729c85ae4c53f798e44c3239
tree76a2c318f6bf96835133b1645b3fb596e9a482eb
parent9115c17b70a311d6799c14dd5793bc1c4a89c8c5
Remove #include for config.h from C++ public header

Removed #include for elementary_config.h if HAVE_CONFIG_H is
defined. Which causes errors with external projects. Instead,
defined the necessary macros to use the Eo API.
src/lib/Elementary.hh.in