[Bf-blender-cvs] [417262e8f84] compositor-full-frame: Cleanup: remove unneeded include

Manuel Castilla noreply at git.blender.org
Thu Jul 29 22:36:40 CEST 2021


Commit: 417262e8f8461b7cfa4f9336c890e46a5a0b94a9
Author: Manuel Castilla
Date:   Wed Jul 28 23:50:45 2021 +0200
Branches: compositor-full-frame
https://developer.blender.org/rB417262e8f8461b7cfa4f9336c890e46a5a0b94a9

Cleanup: remove unneeded include

===================================================================

M	source/blender/compositor/operations/COM_TransformOperation.cc

===================================================================

diff --git a/source/blender/compositor/operations/COM_TransformOperation.cc b/source/blender/compositor/operations/COM_TransformOperation.cc
index f5d96858e45..7d549190444 100644
--- a/source/blender/compositor/operations/COM_TransformOperation.cc
+++ b/source/blender/compositor/operations/COM_TransformOperation.cc
@@ -23,8 +23,6 @@
 
 #include "BLI_math.h"
 
-#include <cmath>
-
 namespace blender::compositor {
 
 TransformOperation::TransformOperation()



More information about the Bf-blender-cvs mailing list