1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-27 01:55:22 +03:00

ata_id: remove unused header files

Signed-off-by: Robert Milasan <rmilasan@suse.com>
This commit is contained in:
Robert Milasan 2015-02-05 14:19:35 +01:00 committed by Lennart Poettering
parent 6a716208b3
commit e203dc1076

View File

@ -34,12 +34,8 @@
#include <sys/ioctl.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <linux/types.h>
#include <linux/hdreg.h>
#include <linux/fs.h>
#include <linux/cdrom.h>
#include <linux/bsg.h>
#include <arpa/inet.h>
#include "libudev.h"
#include "libudev-private.h"