X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2Fangle%2Fsrc%2Fcompiler%2Ftranslator%2FUnfoldShortCircuitAST.h;h=3acaf7ee7cb8cd22e7cd36763fb426bd7092a37e;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=24c14a60e37fedb222cf926d0863bbd2235779c3;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/angle/src/compiler/translator/UnfoldShortCircuitAST.h b/src/third_party/angle/src/compiler/translator/UnfoldShortCircuitAST.h index 24c14a6..3acaf7e 100644 --- a/src/third_party/angle/src/compiler/translator/UnfoldShortCircuitAST.h +++ b/src/third_party/angle/src/compiler/translator/UnfoldShortCircuitAST.h @@ -11,7 +11,7 @@ #define COMPILER_UNFOLD_SHORT_CIRCUIT_AST_H_ #include "common/angleutils.h" -#include "compiler/translator/intermediate.h" +#include "compiler/translator/IntermNode.h" // This traverser identifies all the short circuit binary nodes that need to // be replaced, and creates the corresponding replacement nodes. However,