From 85424397b1847d80d7a0b6bcbf7cb3c3aa3d0181 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Fri, 6 Mar 2020 16:45:16 +0100 Subject: Cleanup: tweak Freestyle #includes in preparation for clang-format sorting --- source/blender/freestyle/intern/geometry/normal_cycle.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/freestyle/intern/geometry/normal_cycle.cpp') diff --git a/source/blender/freestyle/intern/geometry/normal_cycle.cpp b/source/blender/freestyle/intern/geometry/normal_cycle.cpp index 25a39619a04..5820bdc4865 100644 --- a/source/blender/freestyle/intern/geometry/normal_cycle.cpp +++ b/source/blender/freestyle/intern/geometry/normal_cycle.cpp @@ -29,8 +29,10 @@ * \ingroup freestyle */ +/* clang-format off */ #include "matrix_util.h" #include "normal_cycle.h" +/* clang-format on */ namespace Freestyle { -- cgit v1.2.3