From b2fd46384f801e00c7ef44e141af9161729d87d6 Mon Sep 17 00:00:00 2001 From: Zhigang Gong Date: Fri, 19 Sep 2014 09:00:11 +0800 Subject: [PATCH] GBE: fix a loop header file including bug. function.hpp doesn't need to include the structural_analysis.hpp. Signed-off-by: Zhigang Gong Reviewed-by: Luo --- 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" -- 2.7.4