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_alsa.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/igt_alsa.h') diff --git a/lib/igt_alsa.h b/lib/igt_alsa.h index 8f7724ad..50795130 100644 --- a/lib/igt_alsa.h +++ b/lib/igt_alsa.h @@ -29,7 +29,6 @@ #include "config.h" -#include "igt.h" #include struct alsa; -- cgit v1.2.3