Signed-off-by: ma-shaoyin <mashaoyin1@huawei.com>

Changes to be committed:
This commit is contained in:
ma-shaoyin
2022-07-16 16:53:09 +08:00
parent 98de382f3b
commit 845d416df9
4 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -16,12 +16,12 @@
#ifndef INPUTMETHOD_DUMP_H
#define INPUTMETHOD_DUMP_H
#include <cstdlib>
#include <functional>
#include <list>
#include <string>
#include <vector>
#include "__mutex_base"
#include "iosfwd"
#include "singleton.h"
+2 -1
View File
@@ -17,8 +17,9 @@
#ifndef SERVICES_INCLUDE_MESSAGE_HANDLER_H
#define SERVICES_INCLUDE_MESSAGE_HANDLER_H
#include <condition_variable>
#include <mutex>
#include <queue>
#include "__mutex_base"
#include "message.h"
namespace OHOS {
-2
View File
@@ -15,8 +15,6 @@
#include "input_method_property.h"
#include "__config"
namespace OHOS {
namespace MiscServices {
using namespace std;
-2
View File
@@ -15,8 +15,6 @@
#include "keyboard_type.h"
#include "__config"
namespace OHOS {
namespace MiscServices {
using namespace std;