mirror of
https://gitee.com/openharmony/startup_init
synced 2025-03-04 10:37:09 +00:00
规范化头文件顺序
This commit is contained in:
parent
bf3fa1aec6
commit
265935eb4f
@ -14,15 +14,16 @@
|
||||
*/
|
||||
|
||||
#include "init_stage.h"
|
||||
#include <sys/types.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/mman.h>
|
||||
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/mman.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
|
||||
static int SendCmd(int cmd, unsigned long arg)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user