mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-04-05 11:20:42 +02:00
libinput-debug-events.c: remove unused includes
Signed-off-by: Konstantin Kharlamov <Hi-Angel@yandex.ru>
This commit is contained in:
parent
6a14c13088
commit
476da352c0
1 changed files with 1 additions and 4 deletions
|
|
@ -25,18 +25,15 @@
|
|||
|
||||
#include <errno.h>
|
||||
#include <inttypes.h>
|
||||
#include <fcntl.h>
|
||||
#include <getopt.h>
|
||||
#include <poll.h>
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdlib.h>
|
||||
#include <signal.h>
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
#include <libudev.h>
|
||||
#include "linux/input.h"
|
||||
#include <sys/ioctl.h>
|
||||
|
||||
#include <libinput.h>
|
||||
#include <libevdev/libevdev.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue