mirror of
https://github.com/openharmony/developtools_syscap_codec.git
synced 2026-08-27 02:11:19 -04:00
fix code check error.
Signed-off-by: yudechen <chenyude@huawei.com> Change-Id: Ia9686dbac97526fb5ccf8d9de3f5ed9bb4662103
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
#define _CREATE_PCID_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include "syscap_define.h"
|
||||
|
||||
#define MAX_OS_SYSCAP_NUM 960
|
||||
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
#include <sys/stat.h>
|
||||
#include <securec.h>
|
||||
#include "create_pcid.h"
|
||||
#include "syscap_define.h"
|
||||
#include "syscap_interface.h"
|
||||
|
||||
#define PCID_OUT_BUFFER 32
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include "syscap_define.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
#if __cplusplus
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
#include "securec.h"
|
||||
#include "cJSON.h"
|
||||
#include "endian_internal.h"
|
||||
#include "syscap_define.h"
|
||||
#include "create_pcid.h"
|
||||
|
||||
#define SINGLE_FEAT_LENGTH (32 * 8)
|
||||
|
||||
Reference in New Issue
Block a user