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/texture/nodes/node_texture_distance.c
parent01779970c231e6f6b814aa7c4965443b4b19c91b (diff)
Cleanup: Remove unused includes
Diffstat (limited to 'source/blender/nodes/texture/nodes/node_texture_distance.c')
-rw-r--r--source/blender/nodes/texture/nodes/node_texture_distance.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/nodes/texture/nodes/node_texture_distance.c b/source/blender/nodes/texture/nodes/node_texture_distance.c
index f7deac9ff4a..c2241858737 100644
--- a/source/blender/nodes/texture/nodes/node_texture_distance.c
+++ b/source/blender/nodes/texture/nodes/node_texture_distance.c
@@ -21,7 +21,6 @@
* \ingroup texnodes
*/
-#include "BLI_math.h"
#include "NOD_texture.h"
#include "node_texture_util.h"
#include <math.h>