Message ID | 20170209021828.22813-2-michel.thierry@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On ke, 2017-02-08 at 18:18 -0800, Michel Thierry wrote: > igt_core must be really important, but no need to do it twice. > > Signed-off-by: Michel Thierry <michel.thierry@intel.com> Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Regards, Joonas
diff --git a/lib/igt.h b/lib/igt.h index a97923ec..4f54698d 100644 --- a/lib/igt.h +++ b/lib/igt.h @@ -29,7 +29,6 @@ #include "i915_pciids.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"
igt_core must be really important, but no need to do it twice. Signed-off-by: Michel Thierry <michel.thierry@intel.com> --- lib/igt.h | 1 - 1 file changed, 1 deletion(-)