Removed duplicate include of stdio.h

At least on mingw, this doesn't seem to be needed.
This commit is contained in:
Joshua Leung 2012-10-11 10:19:38 +00:00
parent 1e448fa3e2
commit 38e5562447

@ -96,8 +96,6 @@
#include "transform.h" #include "transform.h"
#include <stdio.h> // XXX: duplicated???
static void drawTransformApply(const struct bContext *C, ARegion *ar, void *arg); static void drawTransformApply(const struct bContext *C, ARegion *ar, void *arg);
static int doEdgeSlide(TransInfo *t, float perc); static int doEdgeSlide(TransInfo *t, float perc);