From 8c1fcc61033ebedb3bb33a969b124dd8e2eedc22 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Fri, 8 Sep 2017 11:23:15 +0200 Subject: lib: clean up header includes Just a bit of OCD, I like it when connections within library modules are a bit more obvious. igt.h is ok for tests, but let's use individual include lines for libraries consistently. Also order standard includes before igt ones. v2: Rebase. Acked-by: Jani Nikula Acked-by: Arkadiusz Hiler Acked-by: Petri Latvala Acked-by: Daniel Stone Acked-by: Radoslaw Szwichtenberg Signed-off-by: Daniel Vetter --- lib/igt_chamelium.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lib/igt_chamelium.c') diff --git a/lib/igt_chamelium.c b/lib/igt_chamelium.c index dcd8855f..fb250366 100644 --- a/lib/igt_chamelium.c +++ b/lib/igt_chamelium.c @@ -35,7 +35,11 @@ #include #include -#include "igt.h" +#include "igt_chamelium.h" +#include "igt_core.h" +#include "igt_aux.h" +#include "igt_kms.h" +#include "igt_frame.h" /** * SECTION:igt_chamelium -- cgit v1.2.3