summaryrefslogtreecommitdiff
path: root/tests/presentation-test.c
diff options
context:
space:
mode:
authorBryce Harrington <bryce@osg.samsung.com>2014-11-19 17:18:34 -0800
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>2014-11-28 15:54:31 +0200
commita76802685aae2b3563aae0ee8ffd84ab0b55c327 (patch)
treefedcaaa6c7cc4520553a529d2aea075aab187959 /tests/presentation-test.c
parent12cc4055ff6a811f06cb13e781c65baf8795206b (diff)
downloadweston-a76802685aae2b3563aae0ee8ffd84ab0b55c327.tar.gz
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/presentation-test.c')
-rw-r--r--tests/presentation-test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/presentation-test.c b/tests/presentation-test.c
index 44080822..b99e93da 100644
--- a/tests/presentation-test.c
+++ b/tests/presentation-test.c
@@ -23,6 +23,7 @@
#include "config.h"
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <time.h>