Cleanup: make format
after SortedIncludes change
This commit is contained in:
@@ -25,8 +25,8 @@
|
||||
#include <string.h>
|
||||
|
||||
#ifdef WIN32
|
||||
# include <windows.h>
|
||||
# include "utfconv.h"
|
||||
# include <windows.h>
|
||||
#endif
|
||||
|
||||
#if defined(WITH_TBB_MALLOC) && defined(_MSC_VER) && defined(NDEBUG)
|
||||
@@ -41,10 +41,10 @@
|
||||
#include "DNA_genfile.h"
|
||||
|
||||
#include "BLI_args.h"
|
||||
#include "BLI_threads.h"
|
||||
#include "BLI_utildefines.h"
|
||||
#include "BLI_string.h"
|
||||
#include "BLI_system.h"
|
||||
#include "BLI_threads.h"
|
||||
#include "BLI_utildefines.h"
|
||||
|
||||
/* mostly init functions */
|
||||
#include "BKE_appdir.h"
|
||||
@@ -55,15 +55,15 @@
|
||||
#include "BKE_context.h"
|
||||
#include "BKE_font.h"
|
||||
#include "BKE_global.h"
|
||||
#include "BKE_gpencil_modifier.h"
|
||||
#include "BKE_idtype.h"
|
||||
#include "BKE_image.h"
|
||||
#include "BKE_material.h"
|
||||
#include "BKE_modifier.h"
|
||||
#include "BKE_gpencil_modifier.h"
|
||||
#include "BKE_node.h"
|
||||
#include "BKE_particle.h"
|
||||
#include "BKE_shader_fx.h"
|
||||
#include "BKE_sound.h"
|
||||
#include "BKE_image.h"
|
||||
#include "BKE_particle.h"
|
||||
#include "BKE_volume.h"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
|
@@ -20,9 +20,9 @@
|
||||
|
||||
#ifndef WITH_PYTHON_MODULE
|
||||
|
||||
# include <errno.h>
|
||||
# include <stdlib.h>
|
||||
# include <string.h>
|
||||
# include <errno.h>
|
||||
|
||||
# include "MEM_guardedalloc.h"
|
||||
|
||||
@@ -33,15 +33,15 @@
|
||||
# endif
|
||||
|
||||
# include "BLI_args.h"
|
||||
# include "BLI_threads.h"
|
||||
# include "BLI_utildefines.h"
|
||||
# include "BLI_fileops.h"
|
||||
# include "BLI_listbase.h"
|
||||
# include "BLI_mempool.h"
|
||||
# include "BLI_path_util.h"
|
||||
# include "BLI_string.h"
|
||||
# include "BLI_string_utf8.h"
|
||||
# include "BLI_path_util.h"
|
||||
# include "BLI_fileops.h"
|
||||
# include "BLI_mempool.h"
|
||||
# include "BLI_system.h"
|
||||
# include "BLI_threads.h"
|
||||
# include "BLI_utildefines.h"
|
||||
|
||||
# include "BLO_readfile.h" /* only for BLO_has_bfile_extension */
|
||||
|
||||
|
@@ -31,24 +31,24 @@
|
||||
# endif
|
||||
|
||||
# ifdef WIN32
|
||||
# include <windows.h>
|
||||
# include <float.h>
|
||||
# include <windows.h>
|
||||
# endif
|
||||
|
||||
# include <errno.h>
|
||||
# include <stdlib.h>
|
||||
# include <string.h>
|
||||
# include <errno.h>
|
||||
|
||||
# include "BLI_sys_types.h"
|
||||
|
||||
# ifdef WIN32
|
||||
# include "BLI_winstuff.h"
|
||||
# endif
|
||||
# include "BLI_utildefines.h"
|
||||
# include "BLI_string.h"
|
||||
# include "BLI_path_util.h"
|
||||
# include "BLI_fileops.h"
|
||||
# include "BLI_path_util.h"
|
||||
# include "BLI_string.h"
|
||||
# include "BLI_system.h"
|
||||
# include "BLI_utildefines.h"
|
||||
# include BLI_SYSTEM_PID_H
|
||||
|
||||
# include "BKE_appdir.h" /* BKE_tempdir_base */
|
||||
|
Reference in New Issue
Block a user