remove unused header files and package dependencies 02/207002/1 accepted/tizen/unified/20190604.014705 submit/tizen/20190531.071250
authorJongmin Lee <jm105.lee@samsung.com>
Thu, 30 May 2019 02:00:09 +0000 (11:00 +0900)
committerJongmin Lee <jm105.lee@samsung.com>
Thu, 30 May 2019 02:00:33 +0000 (11:00 +0900)
Change-Id: I8fa3a367e31825b973dca728d31219daf90afe38

core/Config/Config.cpp
packaging/org.tizen.browser.spec
services/MoreMenuUI/MoreMenuUI.h
services/SimpleUI/SimpleUI.cpp
services/SimpleUI/ViewManager.cpp

index 9003a579f5c57fc954476703a50793fd2a0efdba..5c683c481d095b2f3cd098f5a98eb44c53fec49a 100644 (file)
@@ -17,7 +17,6 @@
 #include "browser_config.h"
 #include "Config.h"
 #include "BrowserLogger.h"
-#include "Ecore_Wayland.h"
 #include <Elementary.h>
 #include <app_common.h>
 
index 7c349d6f7b5105bd8e5e7a639de856ee8092738a..f3437f58518b2ade467ee61f18bc9d6a40cdb3c5 100755 (executable)
@@ -12,7 +12,6 @@ Group:      Applications/Web
 Source0:    %{name}-%{version}.tar.gz
 
 %if "%{?_with_wayland}" == "1"
-BuildRequires: pkgconfig(ecore-wayland)
 %else
 BuildRequires:  pkgconfig(ecore-x)
 BuildRequires:  pkgconfig(utilX)
index 2433d1f2843b6157c92ced6d1eeb9fae4e0dfcc0..5df20d37546e6176a850f994ff8b540a8efffad9 100755 (executable)
@@ -35,7 +35,6 @@
 #include "FocusManager.h"
 #endif
 
-#include <Ecore_Wayland.h>
 
 #define M_UNUSED(x) (void)(x)
 
index 15dc76052187af773694652a4815e6ee02d1c518..30498e049d9fd55cdb43c19e5dec09f2b5da6f7a 100755 (executable)
@@ -21,7 +21,6 @@
 #include <algorithm>
 #include <Elementary.h>
 #include <Ecore.h>
-#include <Ecore_Wayland.h>
 #include <Edje.h>
 #include <Evas.h>
 #include <app.h>
index bbd629340acfbddcc809f675555309bd6c4b6e87..57e68e26ae0bfff4ef42c22eb9c7cdc703abd0c1 100755 (executable)
@@ -23,7 +23,6 @@
 
 #include <Elementary.h>
 #include <Ecore.h>
-#include <Ecore_Wayland.h>
 #include <string>
 
 #include "ViewManager.h"