chiark / gitweb /
remove unused includes
[elogind.git] / src / libudev / libudev-queue.c
index 8ef1f3d4b05e0bac3515f8609dacd2f1807fa421..11e15d13e62806014c494e97dfb57b5055c3bd3d 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <stddef.h>
 #include <unistd.h>
 #include <errno.h>
-#include <string.h>
-#include <limits.h>
-#include <sys/stat.h>
 #include <sys/inotify.h>
 
-#include "libudev.h"
 #include "libudev-private.h"
 
 /**