[Beignet] [PATCH V2 4/5] GBE: fix a loop header file including bug.

Zhigang Gong zhigang.gong at intel.com
Tue Sep 23 00:02:56 PDT 2014


function.hpp doesn't need to include the structural_analysis.hpp.

Signed-off-by: Zhigang Gong <zhigang.gong at intel.com>
---
 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



More information about the Beignet mailing list