Cleanup: tweak Cycles #includes in preparation for clang-format sorting

This commit is contained in:
2020-03-06 14:15:21 +01:00
parent 4102d67d32
commit c8ac760c59
25 changed files with 69 additions and 15 deletions

View File

@@ -23,10 +23,12 @@
* Release.
*/
// clang-format off
#include "kernel/closure/alloc.h"
#include "kernel/closure/bsdf_util.h"
#include "kernel/closure/bsdf.h"
#include "kernel/closure/emissive.h"
// clang-format on
#include "kernel/svm/svm.h"