[ITC][webkit2][NON-ACR][fix tpk build error on wearable profile]
authorsihoons.yang <sihoons.yang@samsung.com>
Thu, 21 Jul 2016 05:48:44 +0000 (14:48 +0900)
committersihoons.yang <sihoons.yang@samsung.com>
Thu, 21 Jul 2016 06:15:08 +0000 (15:15 +0900)
Change-Id: I9791926d1ff7e0c9dbc1cf9f973800890312c630
Signed-off-by: sihoons.yang <sihoons.yang@samsung.com>
src/itc/webkit2/ITs-webkit2-common.h

index eff5e61..5fca211 100755 (executable)
 #include <glib.h>
 #include <app.h>
 
-#include "ewk_context.h"
-#include "ewk_cookie_manager.h"
-#include "ewk_error.h"
-#include "ewk_main.h"
-#include "ewk_policy_decision.h"
-#include "ewk_settings.h"
-#include "ewk_view.h"
+#include "EWebKit.h"
 
 /** @addtogroup itc-webkit2
 *  @ingroup itc
@@ -125,9 +119,9 @@ struct WebKit_EFL_ewk_View objWebkit_EFL_view;
 
 Ecore_Timer *timeout;
 bool main_loop_running;
+bool EventLoopWait(double time);
 
 #if defined(MOBILE) ||  defined(COMMON_IOT)    //Starts MOBILE or  COMMON_IOT
-bool EventLoopWait(double time);
 Ewk_Autofill_Profile* GetEwkAFillProf();
 
 #endif  //End MOBILE or COMMON_IOT