From e827d4f4679e7d8428d41d39a0e559bcb2a607c7 Mon Sep 17 00:00:00 2001 From: Philippe Tillet Date: Sun, 20 Oct 2019 20:37:37 -0400 Subject: [PATCH] [python] [bindings] removed obsolete #include --- python/src/bindings.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/python/src/bindings.cc b/python/src/bindings.cc index a09a0a7cb..969f74df4 100644 --- a/python/src/bindings.cc +++ b/python/src/bindings.cc @@ -4,7 +4,6 @@ #include #include #include -#include "triton/codegen/selection.h" #include "triton/runtime/function.h" #include "triton/lang/code_gen.h" #include "triton/lang/parser.h"