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/editors/space_node
parent5705db5bb37604a208c0837e7815ce46f88a20d0 (diff)
Cleanup: Remove unnecessary generic includes from headers
Diffstat (limited to 'source/blender/editors/space_node')
-rw-r--r--source/blender/editors/space_node/node_draw.cc1
-rw-r--r--source/blender/editors/space_node/node_relationships.cc2
2 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/editors/space_node/node_draw.cc b/source/blender/editors/space_node/node_draw.cc
index d9fa63de08f..0e6d5a81a8b 100644
--- a/source/blender/editors/space_node/node_draw.cc
+++ b/source/blender/editors/space_node/node_draw.cc
@@ -35,7 +35,6 @@
#include "DNA_texture_types.h"
#include "DNA_world_types.h"
-#include "BLI_blenlib.h"
#include "BLI_map.hh"
#include "BLI_math.h"
#include "BLI_set.hh"
diff --git a/source/blender/editors/space_node/node_relationships.cc b/source/blender/editors/space_node/node_relationships.cc
index fa147f56345..a4873b356a3 100644
--- a/source/blender/editors/space_node/node_relationships.cc
+++ b/source/blender/editors/space_node/node_relationships.cc
@@ -26,9 +26,7 @@
#include "DNA_anim_types.h"
#include "DNA_node_types.h"
-#include "BLI_blenlib.h"
#include "BLI_easing.h"
-#include "BLI_math.h"
#include "BKE_anim_data.h"
#include "BKE_context.h"