From 880b0f981dce558d0661c1b838753fb7a07945c1 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Mon, 9 Nov 2020 15:42:38 +0100 Subject: Cleanup: more renaming in the render/ module for consistency --- source/blender/compositor/operations/COM_AntiAliasOperation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/compositor/operations/COM_AntiAliasOperation.cpp') diff --git a/source/blender/compositor/operations/COM_AntiAliasOperation.cpp b/source/blender/compositor/operations/COM_AntiAliasOperation.cpp index b0d63d7b791..684485c40cb 100644 --- a/source/blender/compositor/operations/COM_AntiAliasOperation.cpp +++ b/source/blender/compositor/operations/COM_AntiAliasOperation.cpp @@ -22,7 +22,7 @@ #include "MEM_guardedalloc.h" -#include "RE_render_ext.h" +#include "RE_texture.h" /* An implementation of the Scale3X edge-extrapolation algorithm. * -- cgit v1.2.3