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:
authorJoshua Leung <aligorith@gmail.com>2012-10-11 14:19:38 +0400
committerJoshua Leung <aligorith@gmail.com>2012-10-11 14:19:38 +0400
commit38e5562447c54b2df27cf15b933bcf23dadc98b9 (patch)
tree31965c15e18862790fca12ff15a388dd37a8f634 /source/blender/editors/transform
parent1e448fa3e23a86d130c203a367a1ba2f9200a23d (diff)
Removed duplicate include of stdio.h
At least on mingw, this doesn't seem to be needed.
Diffstat (limited to 'source/blender/editors/transform')
-rw-r--r--source/blender/editors/transform/transform.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/editors/transform/transform.c b/source/blender/editors/transform/transform.c
index 5baca2c16b5..ccb9fe4d076 100644
--- a/source/blender/editors/transform/transform.c
+++ b/source/blender/editors/transform/transform.c
@@ -96,8 +96,6 @@
#include "transform.h"
-#include <stdio.h> // XXX: duplicated???
-
static void drawTransformApply(const struct bContext *C, ARegion *ar, void *arg);
static int doEdgeSlide(TransInfo *t, float perc);