Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2021-12-07 00:50:44 +0300
committerHans Goudey <h.goudey@me.com>2021-12-07 00:50:44 +0300
commitaa23e870ecc9a2542513a016da98cab7e6d7706c (patch)
tree9460a8ad0ce62e20be24640cfa33d78789870fe8 /source/blender/nodes/intern/node_socket.cc
parent01779970c231e6f6b814aa7c4965443b4b19c91b (diff)
Cleanup: Remove unused includes
Diffstat (limited to 'source/blender/nodes/intern/node_socket.cc')
-rw-r--r--source/blender/nodes/intern/node_socket.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/nodes/intern/node_socket.cc b/source/blender/nodes/intern/node_socket.cc
index 68e8f6421bd..8f7b85c0625 100644
--- a/source/blender/nodes/intern/node_socket.cc
+++ b/source/blender/nodes/intern/node_socket.cc
@@ -28,7 +28,6 @@
#include "BLI_color.hh"
#include "BLI_float3.hh"
#include "BLI_listbase.h"
-#include "BLI_math.h"
#include "BLI_string.h"
#include "BLI_utildefines.h"