Remove unneeded include

This commit is contained in:
Daniel Eklöf 2019-11-03 13:07:19 +01:00
parent d3e4ba6c94
commit a8cb6c531e
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 0 additions and 2 deletions

View file

@ -6,7 +6,6 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/epoll.h>
#include <fcntl.h>
#include <linux/un.h>

View file

@ -6,7 +6,6 @@
#include <sys/timerfd.h>
#include <sys/epoll.h>
#include <fcntl.h>
#include <wayland-client.h>
#include <wayland-cursor.h>