chiark / gitweb /
remove unused includes
[elogind.git] / src / core / kmod-setup.c
index c0a05b97aac87b7bf74fed1993d2517b82fe40bf..efbdf31688cd56d8dd52abdcd899c39b4eb898e4 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <sys/wait.h>
 #include <unistd.h>
 #include <string.h>
-#include <errno.h>
 
 #ifdef HAVE_KMOD
 #include <libkmod.h>
 #endif
 
 #include "macro.h"
-#include "execute.h"
 #include "capability.h"
 #include "kmod-setup.h"