Browse Source

remove useless headers

peter 1 year ago
parent
commit
d0e0ad5eac
1 changed files with 0 additions and 4 deletions
  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>