From 175977cf02705e5988d5e03d882e6fafd74edb6e Mon Sep 17 00:00:00 2001 From: jixingchun Date: Wed, 22 Jun 2022 11:22:26 +0800 Subject: [PATCH] refactor: graphic_2d remove_weston, so remove old headers Change-Id: I7a6bc917cc78bfa0996f695cbf1636973f404c46 Signed-off-by: jixingchun --- services/src/input_method_system_ability.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/services/src/input_method_system_ability.cpp b/services/src/input_method_system_ability.cpp index d0744c22c..b1742d9ee 100644 --- a/services/src/input_method_system_ability.cpp +++ b/services/src/input_method_system_ability.cpp @@ -20,7 +20,6 @@ #include "iservice_registry.h" #include "ipc_skeleton.h" #include "global.h" -#include "wm_common.h" #include "ui_service_mgr_client.h" #include "bundle_mgr_proxy.h" #include "para_handle.h" -- Gitee