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:04:14 +0300
committerHans Goudey <h.goudey@me.com>2021-12-07 00:04:14 +0300
commitb91ac86cfcc83d891fc344ddf205218a0c4dabe6 (patch)
tree1757ff6c51c0540afab87d182491adfbf0be28fd /source/blender/nodes/texture/nodes/node_texture_bricks.c
parent5705db5bb37604a208c0837e7815ce46f88a20d0 (diff)
Cleanup: Remove unnecessary generic includes from headers
Diffstat (limited to 'source/blender/nodes/texture/nodes/node_texture_bricks.c')
-rw-r--r--source/blender/nodes/texture/nodes/node_texture_bricks.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/nodes/texture/nodes/node_texture_bricks.c b/source/blender/nodes/texture/nodes/node_texture_bricks.c
index 72690d6ccfe..966d05b4a16 100644
--- a/source/blender/nodes/texture/nodes/node_texture_bricks.c
+++ b/source/blender/nodes/texture/nodes/node_texture_bricks.c
@@ -21,6 +21,7 @@
* \ingroup texnodes
*/
+
#include "NOD_texture.h"
#include "node_texture_util.h"