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/FRS_precomp.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/blender/freestyle/FRS_precomp.h') diff --git a/source/blender/freestyle/FRS_precomp.h b/source/blender/freestyle/FRS_precomp.h index 37b15ae4504..52f5b58aed0 100644 --- a/source/blender/freestyle/FRS_precomp.h +++ b/source/blender/freestyle/FRS_precomp.h @@ -1,4 +1,6 @@ /* Pre-compiled headers, see: D2606. */ + +/* clang-format off */ #include #include #include @@ -45,3 +47,5 @@ #include "intern/python/BPy_ViewMap.h" #include "intern/python/BPy_ViewShape.h" #include "intern/python/Director.h" + +/* clang-format on */ -- cgit v1.2.3