diff mbox

[i-g-t,1/8] lib/igt: remove duplicate igt_core include

Message ID 20170209021828.22813-2-michel.thierry@intel.com (mailing list archive)
State New, archived
Headers show

Commit Message

Michel Thierry Feb. 9, 2017, 2:18 a.m. UTC
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(-)

Comments

Joonas Lahtinen Feb. 9, 2017, 7:29 a.m. UTC | #1
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 mbox

Patch

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"