aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-08-27 17:38:13 -0500
committerGitHub <noreply@github.com>2017-08-27 17:38:13 -0500
commitc46168cf9acd360ae37b4d2a54ed1778f0b89c72 (patch)
treeaa38342fc1e70bdbccc4709d27a548e64023eb75 /include
parent2f5ff450397714674aec9ffc09ba86989382fcfe (diff)
parentc278b6fd52d8ae55429a9e3aa2b764e1ea091cf9 (diff)
Merge pull request #124 from martinetd/xwayland_fixes
Xwayland double fork & leak fix
Diffstat (limited to 'include')
-rw-r--r--include/wlr/xwayland.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/wlr/xwayland.h b/include/wlr/xwayland.h
index 804e9962..a0fb34ce 100644
--- a/include/wlr/xwayland.h
+++ b/include/wlr/xwayland.h
@@ -1,7 +1,6 @@
#ifndef _WLR_XWAYLAND_H
#define _WLR_XWAYLAND_H
#include <time.h>
-#include <sys/types.h>
#include <stdbool.h>
#include <wlr/types/wlr_compositor.h>
#include <xcb/xcb.h>