From 804e11f40defc1c53722914a449c6b2dcdbbf9a2 Mon Sep 17 00:00:00 2001 From: Thomas Wood Date: Mon, 17 Aug 2015 17:57:43 +0100 Subject: lib: add a single include header Add a header that includes all the headers for the library. This allows reorganisation of the library without affecting programs using it and also simplifies the headers that need to be included to use the library. Signed-off-by: Thomas Wood --- tests/kms_fbcon_fbt.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tests/kms_fbcon_fbt.c') diff --git a/tests/kms_fbcon_fbt.c b/tests/kms_fbcon_fbt.c index 7a494708..4970c895 100644 --- a/tests/kms_fbcon_fbt.c +++ b/tests/kms_fbcon_fbt.c @@ -24,15 +24,11 @@ * */ +#include "igt.h" #include #include #include -#include "drmtest.h" -#include "igt_aux.h" -#include "igt_debugfs.h" -#include "igt_draw.h" -#include "igt_kms.h" IGT_TEST_DESCRIPTION("Test the relationship between fbcon and the frontbuffer " "tracking infrastructure."); -- cgit v1.2.3