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.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lib/igt_chamelium.h') diff --git a/lib/igt_chamelium.h b/lib/igt_chamelium.h index a2d626ec..af9655a0 100644 --- a/lib/igt_chamelium.h +++ b/lib/igt_chamelium.h @@ -28,8 +28,12 @@ #include "config.h" -#include "igt.h" #include +#include + +#include "igt_debugfs.h" + +struct igt_fb; struct chamelium; struct chamelium_port; -- cgit v1.2.3