function.hpp doesn't need to include the structural_analysis.hpp. Signed-off-by: Zhigang Gong <[email protected]> --- backend/src/ir/function.hpp | 1 - 1 file changed, 1 deletion(-)
diff --git a/backend/src/ir/function.hpp b/backend/src/ir/function.hpp index 662781c..d0b595e 100644 --- a/backend/src/ir/function.hpp +++ b/backend/src/ir/function.hpp @@ -31,7 +31,6 @@ #include "ir/sampler.hpp" #include "ir/printf.hpp" #include "ir/image.hpp" -#include "ir/structural_analysis.hpp" #include "sys/vector.hpp" #include "sys/set.hpp" #include "sys/map.hpp" -- 1.8.3.2 _______________________________________________ Beignet mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/beignet
