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>
diff --git a/tests/weston-test.c b/tests/weston-test.c
index f1e45c1..77eaa23 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"