多余的include

This commit is contained in:
Pan Qiancheng 2025-04-07 19:05:06 +08:00
parent 7558944479
commit e389cde2d9
2 changed files with 2 additions and 3 deletions

View File

@ -7,6 +7,7 @@
"*.wxss": "css",
"*.wxs": "javascript",
"*.json": "jsonc",
"string.h": "c"
"string.h": "c",
"shm.h": "c"
}
}

View File

@ -3,7 +3,6 @@
#include <errno.h>
#include <errno.h> // 添加 errno 相关定义
#include <fcntl.h>
#include <fcntl.h> // 添加 fcntl 相关定义
#include <json-c/json.h>
#include <signal.h> // 添加 SIGCHLD 相关定义
#include <stdbool.h> // 引入 bool 类型
@ -17,7 +16,6 @@
#include <time.h>
#include <unistd.h>
#include <pty.h>
#include <signal.h>
#ifdef DEBUG