diff options
author | Zhigang Gong <zhigang.gong@intel.com> | 2014-09-19 09:00:11 +0800 |
---|---|---|
committer | Zhigang Gong <zhigang.gong@intel.com> | 2014-09-19 09:00:11 +0800 |
commit | ff3a1d864dcab170fb018fb47e7a0c45f110c950 (patch) | |
tree | 8c24f432123c4d20f523d6867811df2465963c43 /backend/src/ir | |
parent | 8d874e1ade23c33298aa684f180ce1eb20159161 (diff) |
GBE: fix a loop header file including bug.
function.hpp doesn't need to include the structural_analysis.hpp.
Signed-off-by: Zhigang Gong <zhigang.gong@intel.com>
Diffstat (limited to 'backend/src/ir')
-rw-r--r-- | backend/src/ir/function.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backend/src/ir/function.hpp b/backend/src/ir/function.hpp index 662781c8..d0b595ee 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" |