Refactor: Cycles: Replace foreach() by range based for loops

Pull Request: https://projects.blender.org/blender/blender/pulls/132361
This commit is contained in:
Brecht Van Lommel
2024-12-26 19:41:25 +01:00
parent 71b8ecdd84
commit 60bec183cb
65 changed files with 359 additions and 380 deletions

View File

@@ -8,7 +8,6 @@
#include <algorithm>
#include <cctype>
#include "util/foreach.h"
#include "util/string.h"
#include "util/types_float4.h"