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_buttons.c
parentffd8352f563f228793c7fa4457ff9fdb6c26d6ba (diff)
code cleanup: remove unused includes
Diffstat (limited to 'source/blender/editors/space_node/node_buttons.c')
-rw-r--r--source/blender/editors/space_node/node_buttons.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/source/blender/editors/space_node/node_buttons.c b/source/blender/editors/space_node/node_buttons.c
index bc4c391720a..622116885ac 100644
--- a/source/blender/editors/space_node/node_buttons.c
+++ b/source/blender/editors/space_node/node_buttons.c
@@ -28,21 +28,12 @@
* \ingroup spnode
*/
-
-#include <string.h>
-#include <stdio.h>
-#include <math.h>
-#include <float.h>
-
#include "MEM_guardedalloc.h"
#include "DNA_node_types.h"
-#include "DNA_scene_types.h"
#include "BLI_math.h"
#include "BLI_blenlib.h"
-#include "BLI_rand.h"
-#include "BLI_utildefines.h"
#include "BLF_translation.h"
@@ -59,10 +50,9 @@
#include "ED_gpencil.h"
#include "ED_screen.h"
-#include "UI_interface.h"
#include "UI_resources.h"
-#include "node_intern.h" // own include
+#include "node_intern.h" /* own include */
/* ******************* node space & buttons ************** */