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/drm_import_export.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/drm_import_export.c') diff --git a/tests/drm_import_export.c b/tests/drm_import_export.c index e24e0dff..41c47467 100644 --- a/tests/drm_import_export.c +++ b/tests/drm_import_export.c @@ -25,6 +25,7 @@ */ #define _GNU_SOURCE +#include "igt.h" #include #include #include @@ -40,8 +41,6 @@ #include #include -#include "igt_core.h" -#include "drmtest.h" int fd; drm_intel_bufmgr *bufmgr; -- cgit v1.2.3