From 845d416df9aa5d04ee17184e5c86cbde9f8f5741 Mon Sep 17 00:00:00 2001 From: ma-shaoyin Date: Sat, 16 Jul 2022 16:53:09 +0800 Subject: [PATCH] Signed-off-by: ma-shaoyin Changes to be committed: --- services/dfx/include/inputmethod_dump.h | 2 +- services/include/message_handler.h | 3 ++- services/src/input_method_property.cpp | 2 -- services/src/keyboard_type.cpp | 2 -- 4 files changed, 3 insertions(+), 6 deletions(-) diff --git a/services/dfx/include/inputmethod_dump.h b/services/dfx/include/inputmethod_dump.h index 3ce8527..07218a8 100644 --- a/services/dfx/include/inputmethod_dump.h +++ b/services/dfx/include/inputmethod_dump.h @@ -16,12 +16,12 @@ #ifndef INPUTMETHOD_DUMP_H #define INPUTMETHOD_DUMP_H +#include #include #include #include #include -#include "__mutex_base" #include "iosfwd" #include "singleton.h" diff --git a/services/include/message_handler.h b/services/include/message_handler.h index 2aca460..20ae260 100644 --- a/services/include/message_handler.h +++ b/services/include/message_handler.h @@ -17,8 +17,9 @@ #ifndef SERVICES_INCLUDE_MESSAGE_HANDLER_H #define SERVICES_INCLUDE_MESSAGE_HANDLER_H +#include +#include #include -#include "__mutex_base" #include "message.h" namespace OHOS { diff --git a/services/src/input_method_property.cpp b/services/src/input_method_property.cpp index 5c6b9ef..53bd881 100644 --- a/services/src/input_method_property.cpp +++ b/services/src/input_method_property.cpp @@ -15,8 +15,6 @@ #include "input_method_property.h" -#include "__config" - namespace OHOS { namespace MiscServices { using namespace std; diff --git a/services/src/keyboard_type.cpp b/services/src/keyboard_type.cpp index e4c7f07..45402a7 100644 --- a/services/src/keyboard_type.cpp +++ b/services/src/keyboard_type.cpp @@ -15,8 +15,6 @@ #include "keyboard_type.h" -#include "__config" - namespace OHOS { namespace MiscServices { using namespace std;