diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-08-27 17:38:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-27 17:38:13 -0500 |
commit | c46168cf9acd360ae37b4d2a54ed1778f0b89c72 (patch) | |
tree | aa38342fc1e70bdbccc4709d27a548e64023eb75 /include/wlr/xwayland.h | |
parent | 2f5ff450397714674aec9ffc09ba86989382fcfe (diff) | |
parent | c278b6fd52d8ae55429a9e3aa2b764e1ea091cf9 (diff) |
Merge pull request #124 from martinetd/xwayland_fixes
Xwayland double fork & leak fix
Diffstat (limited to 'include/wlr/xwayland.h')
-rw-r--r-- | include/wlr/xwayland.h | 1 |
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> |