提交 265935eb 编写于 作者: L lanxueyuan 提交者: Gitee

规范化头文件顺序

上级 bf3fa1ae
...@@ -14,15 +14,16 @@ ...@@ -14,15 +14,16 @@
*/ */
#include "init_stage.h" #include "init_stage.h"
#include <sys/types.h>
#include <sys/ioctl.h> #include <errno.h>
#include <sys/stat.h> #include <fcntl.h>
#include <sys/mman.h>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <sys/ioctl.h>
#include <sys/mman.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h> #include <unistd.h>
#include <fcntl.h>
#include <errno.h>
static int SendCmd(int cmd, unsigned long arg) static int SendCmd(int cmd, unsigned long arg)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册