diff --git a/camera_hdf/hdi_impl/BUILD.gn b/camera_hdf/hdi_impl/BUILD.gn index b28b8e4..503f54c 100644 --- a/camera_hdf/hdi_impl/BUILD.gn +++ b/camera_hdf/hdi_impl/BUILD.gn @@ -72,8 +72,6 @@ ohos_shared_library("distributed_camera_hdf") { deps = [ "//drivers/adapter/uhdf2/ipc:libhdf_ipc_adapter", "//drivers/peripheral/camera/interfaces/metadata:metadata", - "//drivers/peripheral/display/hal:hdi_display_gralloc", - "//foundation/graphic/graphic/frameworks/surface:surface", "//third_party/jsoncpp:jsoncpp", "//utils/native/base:utils", ] diff --git a/camera_hdf/hdi_impl/include/dstream_operator/dimage_buffer.h b/camera_hdf/hdi_impl/include/dstream_operator/dimage_buffer.h index 1013437..207e4c4 100644 --- a/camera_hdf/hdi_impl/include/dstream_operator/dimage_buffer.h +++ b/camera_hdf/hdi_impl/include/dstream_operator/dimage_buffer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-2022 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 @@ -18,7 +18,6 @@ #include #include "constants.h" -#include "distributed_camera_constants.h" namespace OHOS { namespace DistributedHardware {