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>2020-02-14 07:06:03 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-02-14 07:06:03 +0300
commitbbe6b661df08bbd0c73a2b89bffe4525667aab9b (patch)
tree1a551be7c90a3024dec16b145e3eed6b4821fcbb /source/blender/editors/space_console/console_draw.c
parent9e74c071b6a0b52b6073887b46e855bcdb128cc3 (diff)
Cleanup: console/info headers
Diffstat (limited to 'source/blender/editors/space_console/console_draw.c')
-rw-r--r--source/blender/editors/space_console/console_draw.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/editors/space_console/console_draw.c b/source/blender/editors/space_console/console_draw.c
index b669702c4f5..af01ec72ec2 100644
--- a/source/blender/editors/space_console/console_draw.c
+++ b/source/blender/editors/space_console/console_draw.c
@@ -18,11 +18,7 @@
* \ingroup spconsole
*/
-#include <math.h>
-#include <stdlib.h>
#include <string.h>
-#include <sys/stat.h>
-#include <limits.h>
#include "BLI_blenlib.h"
#include "BLI_utildefines.h"