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

Zbigniew Kempczyński zbigniew.kempczynski at intel.com
Wed Aug 14 06:52:20 UTC 2024


On Mon, Aug 12, 2024 at 05:41:41PM +0200, Krzysztof Niemiec wrote:
> 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
>

Reviewed-by: Zbigniew Kempczyński <zbigniew.kempczynski at intel.com>

--
Zbigniew


More information about the igt-dev mailing list