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;