GBE: fix a loop header file including bug.
authorZhigang Gong <zhigang.gong@intel.com>
Fri, 19 Sep 2014 01:00:11 +0000 (09:00 +0800)
committerZhigang Gong <zhigang.gong@intel.com>
Fri, 26 Sep 2014 04:56:55 +0000 (12:56 +0800)
function.hpp doesn't need to include the structural_analysis.hpp.

Signed-off-by: Zhigang Gong <zhigang.gong@intel.com>
Reviewed-by: Luo <xionghu.luo@intel.com>
backend/src/ir/function.hpp

index 662781c..d0b595e 100644 (file)
@@ -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"