多余的include
This commit is contained in:
parent
7558944479
commit
e389cde2d9
|
|
@ -7,6 +7,7 @@
|
||||||
"*.wxss": "css",
|
"*.wxss": "css",
|
||||||
"*.wxs": "javascript",
|
"*.wxs": "javascript",
|
||||||
"*.json": "jsonc",
|
"*.json": "jsonc",
|
||||||
"string.h": "c"
|
"string.h": "c",
|
||||||
|
"shm.h": "c"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -3,7 +3,6 @@
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <errno.h> // 添加 errno 相关定义
|
#include <errno.h> // 添加 errno 相关定义
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <fcntl.h> // 添加 fcntl 相关定义
|
|
||||||
#include <json-c/json.h>
|
#include <json-c/json.h>
|
||||||
#include <signal.h> // 添加 SIGCHLD 相关定义
|
#include <signal.h> // 添加 SIGCHLD 相关定义
|
||||||
#include <stdbool.h> // 引入 bool 类型
|
#include <stdbool.h> // 引入 bool 类型
|
||||||
|
|
@ -17,7 +16,6 @@
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <pty.h>
|
#include <pty.h>
|
||||||
#include <signal.h>
|
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue