Index: src/sksl/SkSLGLSLCodeGenerator.h |
diff --git a/src/sksl/SkSLGLSLCodeGenerator.h b/src/sksl/SkSLGLSLCodeGenerator.h |
index 985112370822eceb67eaea7fd2178d53798a4ce7..965721eb3136c6eae1f593cbbebd7779c8e54aff 100644 |
--- a/src/sksl/SkSLGLSLCodeGenerator.h |
+++ b/src/sksl/SkSLGLSLCodeGenerator.h |
@@ -35,8 +35,8 @@ |
#include "ir/SkSLStatement.h" |
#include "ir/SkSLSwizzle.h" |
#include "ir/SkSLTernaryExpression.h" |
-#include "ir/SkSLVarDeclaration.h" |
-#include "ir/SkSLVarDeclarationStatement.h" |
+#include "ir/SkSLVarDeclarations.h" |
+#include "ir/SkSLVarDeclarationsStatement.h" |
#include "ir/SkSLVariableReference.h" |
#include "ir/SkSLWhileStatement.h" |