[PATCH i-g-t] lib/igt: Fix double include statement

Krzysztof Niemiec krzysztof.niemiec at intel.com
Mon Aug 12 15:41:41 UTC 2024


igt_core.h is included two times in the igt.h header. Fix the header so
that isn't the case anymore.

Signed-off-by: Krzysztof Niemiec <krzysztof.niemiec at intel.com>
---
 lib/igt.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/igt.h b/lib/igt.h
index 7af3d10cb..58c39e098 100644
--- a/lib/igt.h
+++ b/lib/igt.h
@@ -28,7 +28,6 @@
 #include "i915_3d.h"
 #include "igt_aux.h"
 #include "igt_core.h"
-#include "igt_core.h"
 #include "igt_debugfs.h"
 #include "igt_draw.h"
 #include "igt_dummyload.h"
-- 
2.34.1



More information about the igt-dev mailing list