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/space_node.c
parentffd8352f563f228793c7fa4457ff9fdb6c26d6ba (diff)
code cleanup: remove unused includes
Diffstat (limited to 'source/blender/editors/space_node/space_node.c')
-rw-r--r--source/blender/editors/space_node/space_node.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/source/blender/editors/space_node/space_node.c b/source/blender/editors/space_node/space_node.c
index bfc83018dbb..af301bce942 100644
--- a/source/blender/editors/space_node/space_node.c
+++ b/source/blender/editors/space_node/space_node.c
@@ -29,28 +29,21 @@
*/
-#include <string.h>
-#include <stdio.h>
#include "DNA_lamp_types.h"
#include "DNA_material_types.h"
#include "DNA_node_types.h"
-#include "DNA_object_types.h"
-#include "DNA_scene_types.h"
#include "DNA_world_types.h"
#include "MEM_guardedalloc.h"
#include "BLI_blenlib.h"
#include "BLI_math.h"
-#include "BLI_rand.h"
-#include "BLI_utildefines.h"
#include "BKE_context.h"
#include "BKE_screen.h"
#include "BKE_node.h"
-#include "ED_space_api.h"
#include "ED_render.h"
#include "ED_screen.h"
@@ -63,7 +56,7 @@
#include "RNA_access.h"
-#include "node_intern.h" // own include
+#include "node_intern.h" /* own include */
/* ******************** manage regions ********************* */