[PATCH i-g-t] lib/igt: Fix double include statement
Kamil Konieczny
kamil.konieczny at linux.intel.com
Fri Aug 23 10:23:02 UTC 2024
Hi Krzysztof,
On 2024-08-12 at 17:41:41 +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>
Thank you for spotting this, I merged your patch.
Regards,
Kamil
> ---
> 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