Remove duplicate includes
authorLucas De Marchi <lucas.demarchi@intel.com>
Tue, 21 Jan 2014 16:03:02 +0000 (14:03 -0200)
committerLucas De Marchi <lucas.demarchi@intel.com>
Tue, 21 Jan 2014 16:03:02 +0000 (14:03 -0200)
Found by
https://raw.github.com/karelzak/util-linux/master/tools/checkincludes.pl

libkmod/libkmod-module.c

index 2f92e16..3d3325f 100644 (file)
@@ -35,7 +35,6 @@
 #include <sys/mman.h>
 #include <sys/syscall.h>
 #include <sys/wait.h>
-#include <string.h>
 #include <fnmatch.h>
 
 #ifdef HAVE_LINUX_MODULE_H