From d830460488061c1691c9e1e6959987c09ba58b3c Mon Sep 17 00:00:00 2001 From: li-tiangang4 Date: Mon, 1 Jul 2024 11:22:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=91=8A=E8=AD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: li-tiangang4 --- .../sinkcollectorunittest/distributed_input_collector_test.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/services/sink/inputcollector/test/sinkcollectorunittest/distributed_input_collector_test.h b/services/sink/inputcollector/test/sinkcollectorunittest/distributed_input_collector_test.h index e48f879..d963117 100644 --- a/services/sink/inputcollector/test/sinkcollectorunittest/distributed_input_collector_test.h +++ b/services/sink/inputcollector/test/sinkcollectorunittest/distributed_input_collector_test.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -19,9 +19,7 @@ #include #include "constants_dinput.h" -#define private public #include "distributed_input_collector.h" -#undef private namespace OHOS { namespace DistributedHardware { -- Gitee