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_info/textview.c
parent9e74c071b6a0b52b6073887b46e855bcdb128cc3 (diff)
Cleanup: console/info headers
Diffstat (limited to 'source/blender/editors/space_info/textview.c')
-rw-r--r--source/blender/editors/space_info/textview.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/source/blender/editors/space_info/textview.c b/source/blender/editors/space_info/textview.c
index 12b0f106f97..6678ac2b659 100644
--- a/source/blender/editors/space_info/textview.c
+++ b/source/blender/editors/space_info/textview.c
@@ -18,12 +18,6 @@
* \ingroup spinfo
*/
-#include <math.h>
-#include <string.h>
-#include <sys/stat.h>
-#include <limits.h>
-#include <assert.h>
-
#include "MEM_guardedalloc.h"
#include "BLF_api.h"
@@ -35,7 +29,8 @@
#include "GPU_immediate.h"
#include "GPU_state.h"
-#include "BKE_report.h"
+#include "DNA_userdef_types.h" /* For 'U.dpi_fac' */
+
#include "UI_interface.h"
#include "UI_interface_icons.h"