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/editors/space_node/node_draw.cc
parent01779970c231e6f6b814aa7c4965443b4b19c91b (diff)
Cleanup: Remove unused includes
Diffstat (limited to 'source/blender/editors/space_node/node_draw.cc')
-rw-r--r--source/blender/editors/space_node/node_draw.cc10
1 files changed, 2 insertions, 8 deletions
diff --git a/source/blender/editors/space_node/node_draw.cc b/source/blender/editors/space_node/node_draw.cc
index 0e6d5a81a8b..dda4b0b1d10 100644
--- a/source/blender/editors/space_node/node_draw.cc
+++ b/source/blender/editors/space_node/node_draw.cc
@@ -22,12 +22,13 @@
* \brief higher level node drawing for the node editor.
*/
+#include <iomanip>
+
#include "MEM_guardedalloc.h"
#include "DNA_light_types.h"
#include "DNA_linestyle_types.h"
#include "DNA_material_types.h"
-#include "DNA_modifier_types.h"
#include "DNA_node_types.h"
#include "DNA_screen_types.h"
#include "DNA_space_types.h"
@@ -36,7 +37,6 @@
#include "DNA_world_types.h"
#include "BLI_map.hh"
-#include "BLI_math.h"
#include "BLI_set.hh"
#include "BLI_span.hh"
#include "BLI_string_ref.hh"
@@ -87,12 +87,6 @@
#include "node_intern.hh" /* own include */
-#include <iomanip>
-
-#ifdef WITH_COMPOSITOR
-# include "COM_compositor.h"
-#endif
-
using blender::float2;
using blender::Map;
using blender::Set;