web: Move EWebKit headers out of Elementary.h again
authorRyuan Choi <ryuan.choi@gmail.com>
Thu, 9 Jan 2014 12:10:57 +0000 (21:10 +0900)
committerRyuan Choi <ryuan.choi@gmail.com>
Thu, 9 Jan 2014 12:56:59 +0000 (21:56 +0900)
commitf4d48471e227d560d1ba386483fed0407a4197df
treee2d2a09347aab77d8f31aab9a28dbddf803bef9a
parent3f3adaf80c53196b7e602ff85ee3d55ec300bf8c
web: Move EWebKit headers out of Elementary.h again

Since rELM166ca9e86a72, I moved EWebKit header into Elementary.h like other libraries.
But, it made possible build break while building test browser in webkit.
It's because EWebKit.h and EWebKit2.h have same symbols and test browser should
be compiled with EWebKit2.h although Elementary was built with ewebkit.

This patch reverts a part of changes in rELM166ca9e86a72, which includes EWebkit.h
in Elementary.h
src/lib/Elementary.h.in
src/lib/elm_web.c
src/lib/elm_web2.c