diff --git a/frameworks/inputmethod_controller/src/input_client_stub.cpp b/frameworks/inputmethod_controller/src/input_client_stub.cpp index b65becf..3d9f12c 100644 --- a/frameworks/inputmethod_controller/src/input_client_stub.cpp +++ b/frameworks/inputmethod_controller/src/input_client_stub.cpp @@ -15,9 +15,6 @@ #include "input_client_stub.h" -#include -#include - #include "global.h" #include "ipc_object_stub.h" #include "ipc_types.h" diff --git a/frameworks/inputmethod_controller/src/input_data_channel_stub.cpp b/frameworks/inputmethod_controller/src/input_data_channel_stub.cpp index 675d398..92d7ddd 100644 --- a/frameworks/inputmethod_controller/src/input_data_channel_stub.cpp +++ b/frameworks/inputmethod_controller/src/input_data_channel_stub.cpp @@ -15,8 +15,6 @@ #include "input_data_channel_stub.h" -#include - #include "global.h" #include "input_method_controller.h" #include "ipc_object_stub.h" diff --git a/services/src/input_attribute.cpp b/services/src/input_attribute.cpp index c0b3a21..8d9119a 100644 --- a/services/src/input_attribute.cpp +++ b/services/src/input_attribute.cpp @@ -15,8 +15,6 @@ #include "input_attribute.h" -#include - namespace OHOS { namespace MiscServices { /*! Constructor diff --git a/services/src/input_method_property.cpp b/services/src/input_method_property.cpp index 46a95d8..5c6b9ef 100644 --- a/services/src/input_method_property.cpp +++ b/services/src/input_method_property.cpp @@ -15,10 +15,6 @@ #include "input_method_property.h" -#include -#include -#include - #include "__config" namespace OHOS { diff --git a/services/src/keyboard_type.cpp b/services/src/keyboard_type.cpp index 28bea25..e4c7f07 100644 --- a/services/src/keyboard_type.cpp +++ b/services/src/keyboard_type.cpp @@ -15,9 +15,6 @@ #include "keyboard_type.h" -#include -#include - #include "__config" namespace OHOS { diff --git a/services/src/message.cpp b/services/src/message.cpp index 1e09eff..1713e45 100644 --- a/services/src/message.cpp +++ b/services/src/message.cpp @@ -13,8 +13,6 @@ * limitations under the License. */ -#include - #include "message.h" namespace OHOS { diff --git a/services/src/message_handler.cpp b/services/src/message_handler.cpp index af49c26..fe5ad2a 100644 --- a/services/src/message_handler.cpp +++ b/services/src/message_handler.cpp @@ -15,9 +15,6 @@ #include "message_handler.h" -#include -#include - namespace OHOS { namespace MiscServices { /*! Constructor