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:
Diffstat (limited to 'source/blender/src/transform_numinput.c')
-rwxr-xr-xsource/blender/src/transform_numinput.c24
1 files changed, 3 insertions, 21 deletions
diff --git a/source/blender/src/transform_numinput.c b/source/blender/src/transform_numinput.c
index a2e9fe475b7..6c254697011 100755
--- a/source/blender/src/transform_numinput.c
+++ b/source/blender/src/transform_numinput.c
@@ -30,29 +30,11 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
-#include <stdlib.h>
-#include <string.h>
-#include <math.h>
+#include <stdio.h> /* for sprintf */
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include "BKE_global.h" /* for G */
-#ifndef WIN32
-#include <unistd.h>
-#else
-#include <io.h>
-#endif
-
-#include "MEM_guardedalloc.h"
-
-#include "BKE_global.h" /* for G */
-
-#include "blendef.h"
-
-#include "mydevice.h"
-
-#include "BLI_arithb.h"
+#include "mydevice.h" /* for KEY defines */
#include "transform.h"