浏览代码

remove useless headers

peter 3 年之前
父节点
当前提交
d0e0ad5eac
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      plugins/lua/klish_lua.c

+ 0 - 4
plugins/lua/klish_lua.c

@@ -2,12 +2,8 @@
 #include <unistd.h>
 #include <stdlib.h>
 #include <errno.h>
-#include <time.h>
-#include <string.h>
 #include <sys/wait.h>
-#include <sys/types.h>
 #include <signal.h>
-#include <dlfcn.h>
 #include <assert.h>
 
 #include <klish/kplugin.h>