Modify bad header file reference of config file

Signed-off-by: zhufenghao <2581725389@qq.com>
This commit is contained in:
zhufenghao 2021-07-29 10:59:41 +08:00
parent 94fec7f140
commit 1d82168521
3 changed files with 1 additions and 4 deletions

View File

@ -18,7 +18,6 @@ if (defined(ohos_lite)) {
common_include = [
"$softbus_adapter_config/spec_config",
"//utils/native/base/include",
]
if (ohos_kernel_type == "liteos_m") {
@ -43,7 +42,6 @@ if (defined(ohos_lite)) {
ohos_shared_library("softbus_adapter") {
include_dirs = [
"$softbus_adapter_config/spec_config",
"//utils/native/base/include",
]
sources = [ "$softbus_adapter_config/spec_config/softbus_config_adapter.c" ]
part_name = "dsoftbus_standard"

View File

@ -13,7 +13,7 @@
* limitations under the License.
*/
#include "softbus_config_type.h"
#include "softbus_config_adapter.h"
#define MAX_BYTES_LENGTH 4194304

View File

@ -16,7 +16,6 @@
#ifndef SOFTBUS_CONFIG_TYPE_H
#define SOFTBUS_CONFIG_TYPE_H
#include <securec.h>
#include <stdint.h>
#ifdef __cplusplus