summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJongmin Lee <jm105.lee@samsung.com>2019-05-30 11:00:09 +0900
committerJongmin Lee <jm105.lee@samsung.com>2019-05-30 11:00:33 +0900
commite57f01adcf4361cee9c5a5d6c6e486728e6b99ba (patch)
treecd9b59751106cce873655dcbcbf78edc9dd965cd
parenteaeb28f6edb799ef9f2b80f6d53ffd294ae4b084 (diff)
downloadbrowser-e57f01adcf4361cee9c5a5d6c6e486728e6b99ba.tar.gz
browser-e57f01adcf4361cee9c5a5d6c6e486728e6b99ba.tar.bz2
browser-e57f01adcf4361cee9c5a5d6c6e486728e6b99ba.zip
remove unused header files and package dependenciessubmit/tizen/20190531.071250accepted/tizen/unified/20190604.014705
Change-Id: I8fa3a367e31825b973dca728d31219daf90afe38
-rw-r--r--core/Config/Config.cpp1
-rwxr-xr-xpackaging/org.tizen.browser.spec1
-rwxr-xr-xservices/MoreMenuUI/MoreMenuUI.h1
-rwxr-xr-xservices/SimpleUI/SimpleUI.cpp1
-rwxr-xr-xservices/SimpleUI/ViewManager.cpp1
5 files changed, 0 insertions, 5 deletions
diff --git a/core/Config/Config.cpp b/core/Config/Config.cpp
index 9003a579..5c683c48 100644
--- a/core/Config/Config.cpp
+++ b/core/Config/Config.cpp
@@ -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>
diff --git a/packaging/org.tizen.browser.spec b/packaging/org.tizen.browser.spec
index 7c349d6f..f3437f58 100755
--- a/packaging/org.tizen.browser.spec
+++ b/packaging/org.tizen.browser.spec
@@ -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)
diff --git a/services/MoreMenuUI/MoreMenuUI.h b/services/MoreMenuUI/MoreMenuUI.h
index 2433d1f2..5df20d37 100755
--- a/services/MoreMenuUI/MoreMenuUI.h
+++ b/services/MoreMenuUI/MoreMenuUI.h
@@ -35,7 +35,6 @@
#include "FocusManager.h"
#endif
-#include <Ecore_Wayland.h>
#define M_UNUSED(x) (void)(x)
diff --git a/services/SimpleUI/SimpleUI.cpp b/services/SimpleUI/SimpleUI.cpp
index 15dc7605..30498e04 100755
--- a/services/SimpleUI/SimpleUI.cpp
+++ b/services/SimpleUI/SimpleUI.cpp
@@ -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>
diff --git a/services/SimpleUI/ViewManager.cpp b/services/SimpleUI/ViewManager.cpp
index bbd62934..57e68e26 100755
--- a/services/SimpleUI/ViewManager.cpp
+++ b/services/SimpleUI/ViewManager.cpp
@@ -23,7 +23,6 @@
#include <Elementary.h>
#include <Ecore.h>
-#include <Ecore_Wayland.h>
#include <string>
#include "ViewManager.h"