diff options
author | Harry Jeffery <harry@exec64.co.uk> | 2019-09-02 17:19:50 +0100 |
---|---|---|
committer | Harry Jeffery <harry@exec64.co.uk> | 2019-09-02 17:19:50 +0100 |
commit | fd3bcfaeecde0c5a27314359a2aa07a02d0fe35c (patch) | |
tree | ed4059f414336013b51cd21bdc319484e34f9785 /src | |
parent | 14f3b8ac56875d2be066a1a93e7ebebb5927023d (diff) | |
download | imv-fd3bcfaeecde0c5a27314359a2aa07a02d0fe35c.tar.gz |
wl_window: Remove unused includes
Diffstat (limited to 'src')
-rw-r--r-- | src/wl_window.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/wl_window.c b/src/wl_window.c index e82d8fa..3a1caed 100644 --- a/src/wl_window.c +++ b/src/wl_window.c @@ -7,13 +7,10 @@ #include <fcntl.h> #include <limits.h> #include <poll.h> -#include <pthread.h> #include <signal.h> -#include <stdlib.h> #include <string.h> #include <sys/mman.h> #include <time.h> -#include <unistd.h> #include <wayland-client.h> #include <wayland-egl.h> |