diff options
author | Bryce Harrington <bryce@osg.samsung.com> | 2014-11-19 17:18:34 -0800 |
---|---|---|
committer | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | 2014-11-28 15:54:31 +0200 |
commit | a76802685aae2b3563aae0ee8ffd84ab0b55c327 (patch) | |
tree | fedcaaa6c7cc4520553a529d2aea075aab187959 /tests/xwayland-test.c | |
parent | 12cc4055ff6a811f06cb13e781c65baf8795206b (diff) |
tests: Cleanup superfluous headers
Mostly remove headers that aren't actually needed for anything.
Add stdint.h to permit dropping xf86drm.h, which is otherwise unneeded.
Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>
Acked-by: Marek Chalupa <mchqwerty@gmail.com>
Tested-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Diffstat (limited to 'tests/xwayland-test.c')
-rw-r--r-- | tests/xwayland-test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/xwayland-test.c b/tests/xwayland-test.c index e94e8f52..ec15a149 100644 --- a/tests/xwayland-test.c +++ b/tests/xwayland-test.c @@ -28,7 +28,6 @@ #include "config.h" #include <assert.h> -#include <unistd.h> #include <stdlib.h> #include <stdio.h> #include <fcntl.h> |