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/weston-test.c | |
parent | 12cc4055ff6a811f06cb13e781c65baf8795206b (diff) | |
download | weston-a76802685aae2b3563aae0ee8ffd84ab0b55c327.tar.gz weston-a76802685aae2b3563aae0ee8ffd84ab0b55c327.tar.bz2 weston-a76802685aae2b3563aae0ee8ffd84ab0b55c327.zip |
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/weston-test.c')
-rw-r--r-- | tests/weston-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/weston-test.c b/tests/weston-test.c index f1e45c10..77eaa237 100644 --- a/tests/weston-test.c +++ b/tests/weston-test.c @@ -23,10 +23,10 @@ #include "config.h" #include <stdlib.h> -#include <string.h> #include <assert.h> #include <signal.h> #include <unistd.h> + #include "../src/compositor.h" #include "wayland-test-server-protocol.h" |