chiark / gitweb /
remove unused includes
[elogind.git] / src / libsystemd-terminal / idev.h
index c8c03f3d41be9937182fb184252f46e0f0fda544..0e846179e6093c061cb9cde2b7ca0704cbdf4901 100644 (file)
 
 #pragma once
 
 
 #pragma once
 
-#include <inttypes.h>
 #include <libudev.h>
 #include <linux/input.h>
 #include <stdbool.h>
 #include <libudev.h>
 #include <linux/input.h>
 #include <stdbool.h>
-#include <stdlib.h>
 #include <systemd/sd-bus.h>
 #include <systemd/sd-event.h>
 #include <xkbcommon/xkbcommon.h>
 #include <systemd/sd-bus.h>
 #include <systemd/sd-event.h>
 #include <xkbcommon/xkbcommon.h>
-#include "util.h"
 
 typedef struct idev_data                idev_data;
 typedef struct idev_data_evdev          idev_data_evdev;
 
 typedef struct idev_data                idev_data;
 typedef struct idev_data_evdev          idev_data_evdev;