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:
authorCampbell Barton <ideasman42@gmail.com>2012-08-03 03:03:16 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-08-03 03:03:16 +0400
commitdb8c9c24f669d01ba76b9d29d80911d5c96a27a6 (patch)
tree58b328c2f40027b5fc2afc1e45d746e7c20e87d1 /source/blender/editors/space_node/node_edit.c
parentffd8352f563f228793c7fa4457ff9fdb6c26d6ba (diff)
code cleanup: remove unused includes
Diffstat (limited to 'source/blender/editors/space_node/node_edit.c')
-rw-r--r--source/blender/editors/space_node/node_edit.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/source/blender/editors/space_node/node_edit.c b/source/blender/editors/space_node/node_edit.c
index 90c61788a51..c3e5337b642 100644
--- a/source/blender/editors/space_node/node_edit.c
+++ b/source/blender/editors/space_node/node_edit.c
@@ -50,17 +50,13 @@
#include "BKE_material.h"
#include "BKE_paint.h"
#include "BKE_scene.h"
-#include "BKE_screen.h"
#include "BKE_texture.h"
#include "RE_pipeline.h"
-#include "IMB_imbuf_types.h"
#include "ED_node.h" /* own include */
-#include "ED_image.h"
#include "ED_screen.h"
-#include "ED_space_api.h"
#include "ED_render.h"
#include "RNA_access.h"
@@ -71,9 +67,6 @@
#include "UI_view2d.h"
-#include "IMB_imbuf.h"
-
-
#include "GPU_material.h"
#include "node_intern.h" /* own include */