Cleanup: console/info headers

This commit is contained in:
Campbell Barton 2020-02-14 15:06:03 +11:00
parent 9e74c071b6
commit bbe6b661df
3 changed files with 2 additions and 14 deletions

View File

@ -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"

View File

@ -21,10 +21,7 @@
* \ingroup spinfo
*/
#include <math.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#include <limits.h>
#include "BLI_utildefines.h"

View File

@ -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"