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

Changes to be committed:
This commit is contained in:
ma-shaoyin
2022-07-16 15:11:27 +08:00
parent d116009900
commit fa3be86368
19 changed files with 43 additions and 43 deletions
@@ -13,12 +13,12 @@
* limitations under the License.
*/
#ifndef FRAMEWORKS_INPUTMETHOD_CONTROLLER_INCLUDE_INPUT_CLIENT_PROXY_H
#define FRAMEWORKS_INPUTMETHOD_CONTROLLER_INCLUDE_INPUT_CLIENT_PROXY_H
#include <stdint.h>
#include "functional"
#include <cstdint>
#include <functional>
#include "i_input_client.h"
#include "i_input_method_agent.h"
#include "iremote_broker.h"
@@ -13,11 +13,10 @@
* limitations under the License.
*/
#ifndef FRAMEWORKS_INPUTMETHOD_CONTROLLER_INCLUDE_INPUT_CLIENT_STUB_H
#define FRAMEWORKS_INPUTMETHOD_CONTROLLER_INCLUDE_INPUT_CLIENT_STUB_H
#include <stdint.h>
#include <cstdint>
#include "i_input_client.h"
#include "i_input_method_agent.h"
#include "iremote_stub.h"
@@ -16,15 +16,16 @@
#ifndef FRAMEWORKS_INPUTMETHOD_CONTROLLER_INCLUDE_INPUT_DATA_CHANNEL_PROXY_H
#define FRAMEWORKS_INPUTMETHOD_CONTROLLER_INCLUDE_INPUT_DATA_CHANNEL_PROXY_H
#include <stdint.h>
#include "functional"
#include <cstdint>
#include <functional>
#include <string>
#include "i_input_data_channel.h"
#include "iremote_broker.h"
#include "iremote_object.h"
#include "iremote_proxy.h"
#include "nocopyable.h"
#include "refbase.h"
#include "string"
namespace OHOS {
namespace MiscServices {
@@ -13,11 +13,12 @@
* limitations under the License.
*/
#ifndef FRAMEWORKS_INPUTMETHOD_CONTROLLER_INCLUDE_INPUT_DATA_CHANNEL_STUB_H
#define FRAMEWORKS_INPUTMETHOD_CONTROLLER_INCLUDE_INPUT_DATA_CHANNEL_STUB_H
#include <stdint.h>
#include <cstdint>
#include <string>
#include "i_input_data_channel.h"
#include "iremote_stub.h"
#include "message_handler.h"
@@ -25,7 +26,6 @@
#include "message_parcel.h"
#include "nocopyable.h"
#include "refbase.h"
#include "string"
namespace OHOS {
namespace MiscServices {