mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-20 06:50:06 +01:00
tools: Remove signalfd.h include again
Remove the includsion of sys/signalfd.h again, it hasn't been needed sincecca90938and was accidentally re-added, probably as a mismerge, ina40e014e. Signed-off-by: Niclas Zeising <zeising@daemonic.se>
This commit is contained in:
parent
44b5c9bd9f
commit
6ea230bc72
2 changed files with 0 additions and 2 deletions
|
|
@ -33,7 +33,6 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/signalfd.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "libevdev/libevdev.h"
|
||||
|
|
|
|||
|
|
@ -34,7 +34,6 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/signalfd.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "libevdev/libevdev.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue