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/editors/space_console/console_draw.c')
-rw-r--r--source/blender/editors/space_console/console_draw.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/blender/editors/space_console/console_draw.c b/source/blender/editors/space_console/console_draw.c
index cb191d0b15e..635d5ea07fd 100644
--- a/source/blender/editors/space_console/console_draw.c
+++ b/source/blender/editors/space_console/console_draw.c
@@ -24,7 +24,6 @@
* \ingroup spconsole
*/
-
#include <math.h>
#include <stdlib.h>
#include <string.h>
@@ -39,16 +38,9 @@
#include "DNA_space_types.h"
#include "DNA_screen_types.h"
-#include "BKE_report.h"
-
-
#include "MEM_guardedalloc.h"
#include "BIF_gl.h"
-#include "BIF_glutil.h"
-
-#include "ED_datafiles.h"
-#include "ED_types.h"
#include "UI_interface.h"
#include "UI_resources.h"