- remove unused includes IMB_*, BIF_* & MEM_*

- remove MEM_guardedalloc.h from header files (include directly)
This commit is contained in:
Campbell Barton 2010-08-16 05:46:10 +00:00
parent e9683f4b26
commit d1759639dc
139 changed files with 84 additions and 201 deletions

@ -38,6 +38,8 @@
#include <stdio.h>
#include <ctype.h>
#include "MEM_guardedalloc.h"
#include "AVI_avi.h"
#include "avi_intern.h"

@ -31,8 +31,6 @@
#include <stdio.h> /* for FILE */
#include "MEM_guardedalloc.h"
unsigned int GET_FCC (FILE *fp);
unsigned int GET_TCC (FILE *fp);

@ -34,7 +34,6 @@
#include <locale.h>
#include "libintl.h"
#include "MEM_guardedalloc.h"
#include "DNA_listBase.h"
#include "DNA_vec_types.h"

@ -33,8 +33,6 @@
#include "DNA_object_force.h"
#include "DNA_boid_types.h"
#include "MEM_guardedalloc.h"
/* Point cache clearing option, for BKE_ptcache_id_clear, before
* and after are non inclusive (they wont remove the cfra) */
#define PTCACHE_CLEAR_ALL 0

@ -36,9 +36,9 @@
#include <string.h>
#include "MEM_guardedalloc.h"
#include "BKE_bmeshCustomData.h"
#include "bmesh_private.h"
#include "MEM_guardedalloc.h"
/********************* Layer type information **********************/
typedef struct BME_LayerTypeInfo {

@ -40,7 +40,6 @@
#include "BLI_math.h"
#include "BLI_rand.h"
#include "DNA_anim_types.h"
#include "DNA_armature_types.h"
#include "DNA_group_types.h"
@ -49,7 +48,6 @@
#include "DNA_scene_types.h"
#include "DNA_vfont_types.h"
//(INCLUDE_LINT)#include "BKE_anim.h"
#include "BKE_curve.h"
#include "BKE_DerivedMesh.h"
#include "BKE_depsgraph.h"
@ -66,7 +64,6 @@
#include "BKE_utildefines.h"
#include "BKE_depsgraph.h"
#include "ED_curve.h" /* for ED_curve_nurbs */
// XXX bad level call...

@ -30,7 +30,6 @@
*/
#include "CSG_BooleanOps.h"
#include "MEM_guardedalloc.h"

@ -39,7 +39,6 @@
#include "DNA_windowmanager_types.h"
#include "WM_types.h"
#include "WM_api.h"
#include "RNA_access.h"

@ -41,6 +41,8 @@
#include "DNA_screen_types.h"
#include "DNA_windowmanager_types.h"
#include "MEM_guardedalloc.h"
#include "BLI_ghash.h"
#include "BKE_animsys.h"
@ -59,13 +61,7 @@
#include "BKE_scene.h"
#include "BKE_screen.h"
#include "MEM_guardedalloc.h"
#ifndef DISABLE_PYTHON
#include "BPY_extern.h"
#endif
#include "depsgraph_private.h"
#include "depsgraph_private.h"
/* Queue and stack operations for dag traversal
*

@ -43,10 +43,6 @@
#include "BKE_idprop.h"
#include "BKE_utildefines.h"
#ifndef DISABLE_PYTHON
#include "BPY_extern.h" /* for BPY_eval_driver() */
#endif
#define SMALL -1.0e-10
#define SELECT 1

@ -56,10 +56,6 @@
#include "BKE_node.h"
#include "BKE_utildefines.h"
#ifndef DISABLE_PYTHON
#include "BPY_extern.h"
#endif
#include "GPU_material.h"
/* used in UI and render */

@ -44,6 +44,8 @@
#include "DNA_object_types.h"
#include "DNA_meshdata_types.h"
#include "MEM_guardedalloc.h"
#include "BKE_bmesh.h"
#include "BKE_cloth.h"
#include "BKE_key.h"

@ -45,7 +45,6 @@
#include "PIL_time.h"
#include "MEM_guardedalloc.h"
#include "CMP_node.h"
#include "intern/CMP_util.h" /* stupid include path... */

@ -25,7 +25,6 @@
* ***** END GPL LICENSE BLOCK *****
*/
#include "MEM_guardedalloc.h"
#include "DNA_object_types.h"
#include "DNA_mesh_types.h"

@ -38,7 +38,6 @@
#else
#include <io.h>
#endif
#include "MEM_guardedalloc.h"
#include "DNA_anim_types.h"
#include "DNA_group_types.h"
@ -47,6 +46,8 @@
#include "DNA_screen_types.h"
#include "DNA_sequence_types.h"
#include "MEM_guardedalloc.h"
#include "BKE_anim.h"
#include "BKE_animsys.h"
#include "BKE_depsgraph.h"
@ -68,10 +69,6 @@
//XXX #include "BIF_previewrender.h"
//XXX #include "BIF_editseq.h"
#ifndef DISABLE_PYTHON
#include "BPY_extern.h"
#endif
#include "BLI_math.h"
#include "BLI_blenlib.h"

@ -42,10 +42,6 @@
#include "BKE_screen.h"
#ifndef DISABLE_PYTHON
#include "BPY_extern.h"
#endif
/* ************ Spacetype/regiontype handling ************** */
/* keep global; this has to be accessible outside of windowmanager */

@ -51,7 +51,6 @@
#include "BLI_math.h"
#include "BLI_editVert.h"
#include "MEM_guardedalloc.h"
/* Util macros */

@ -44,10 +44,6 @@
#include "BKE_main.h"
#include "BKE_icons.h"
#ifndef DISABLE_PYTHON
#include "BPY_extern.h"
#endif
void free_world(World *wrld)
{
MTex *mtex;

@ -45,7 +45,6 @@
#include <stdlib.h>
#include "MEM_guardedalloc.h"
#include "DNA_userdef_types.h"
#include "BKE_global.h"

@ -41,7 +41,6 @@ extern "C" {
#include <string.h>
#include "BKE_utildefines.h"
#include "MEM_guardedalloc.h"
#include "BLI_mempool.h"
#include "BLI_blenlib.h"

@ -24,6 +24,8 @@
#include "DNA_meshdata_types.h"
#include "MEM_guardedalloc.h"
#include "BLI_math.h"
#include "BLI_ghash.h"
#include "BLI_pbvh.h"

@ -33,7 +33,6 @@
#include <stdlib.h>
#include <stdio.h>
#include "MEM_guardedalloc.h"
#include "BLI_path_util.h"
#include "BLI_string.h"

@ -86,6 +86,7 @@
#include "DNA_world_types.h"
#include "MEM_guardedalloc.h"
#include "BLI_blenlib.h"
#include "BLI_math.h"

@ -61,7 +61,6 @@
#include "BKE_utildefines.h"
#include "BIF_gl.h"
#include "BIF_glutil.h"
#include "UI_resources.h"
#include "UI_view2d.h"

@ -29,7 +29,6 @@
#include <stdlib.h>
#include <math.h>
#include "MEM_guardedalloc.h"
#include "BLI_math.h"

@ -31,7 +31,6 @@
#include <math.h>
#include <float.h>
#include "MEM_guardedalloc.h"
#include "DNA_anim_types.h"
#include "DNA_armature_types.h"
@ -39,6 +38,8 @@
#include "DNA_meshdata_types.h"
#include "DNA_scene_types.h"
#include "MEM_guardedalloc.h"
#include "BLI_blenlib.h"
#include "BLI_math.h"
#include "BLI_editVert.h"
@ -62,7 +63,6 @@
#include "DNA_object_types.h"
#include "BIF_gl.h"
#include "BIF_generate.h"
#include "RNA_access.h"
#include "RNA_define.h"

@ -32,7 +32,6 @@
#include <math.h>
#include <float.h>
#include "MEM_guardedalloc.h"
#include "DNA_scene_types.h"
#include "DNA_armature_types.h"

@ -56,7 +56,6 @@
#include "WM_types.h"
#include "BIF_gl.h"
#include "ED_armature.h"
#include "ED_keyframes_draw.h"

@ -56,7 +56,6 @@
#include "WM_types.h"
#include "BIF_gl.h"
#include "ED_armature.h"
#include "ED_keyframing.h"

@ -54,7 +54,6 @@
#include "BKE_modifier.h"
#include "BKE_report.h"
#include "BIF_gl.h"
#include "RNA_access.h"
#include "RNA_define.h"

@ -31,14 +31,13 @@
#include <stdlib.h> // for qsort
#include <float.h>
#include "DNA_scene_types.h"
#include "DNA_object_types.h"
#include "BKE_context.h"
#include "MEM_guardedalloc.h"
#include "BKE_context.h"
#include "BLI_blenlib.h"
#include "BLI_math.h"
#include "BLI_editVert.h"
@ -51,7 +50,6 @@
//#include "BIF_interface.h"
//#include "BIF_toolbox.h"
//#include "BIF_graphics.h"
#include "BIF_gl.h"
//#include "blendef.h"

@ -29,7 +29,6 @@
#include <stdlib.h>
#include <math.h>
#include "MEM_guardedalloc.h"
#include "DNA_curve_types.h"

@ -36,6 +36,11 @@
#include <io.h>
#endif
#include <stdlib.h>
#include "DNA_key_types.h"
#include "DNA_object_types.h"
#include "DNA_scene_types.h"
#include "MEM_guardedalloc.h"
#include "BLI_blenlib.h"
@ -44,10 +49,6 @@
#include "BLI_rand.h"
#include "BLI_ghash.h"
#include "DNA_key_types.h"
#include "DNA_object_types.h"
#include "DNA_scene_types.h"
#include "BKE_context.h"
#include "BKE_curve.h"
#include "BKE_depsgraph.h"

@ -32,7 +32,6 @@
#include <math.h>
#include <float.h>
#include "MEM_guardedalloc.h"
#include "IMB_imbuf_types.h"

@ -31,18 +31,9 @@
#include <stddef.h>
#include <math.h>
#include "MEM_guardedalloc.h"
#include "BLI_math.h"
#include "BLI_blenlib.h"
#include "BIF_gl.h"
#include "BIF_glutil.h"
#include "gpencil_intern.h"
#if 0 // XXX disabled until grease pencil code stabilises again

@ -30,7 +30,6 @@
#include <stdlib.h>
#include <stddef.h>
#include "MEM_guardedalloc.h"
#include "BLI_math.h"
#include "BLI_blenlib.h"
@ -47,8 +46,6 @@
#include "RNA_access.h"
#include "BIF_gl.h"
#include "BIF_glutil.h"
#include "ED_gpencil.h"

@ -54,8 +54,6 @@
#include "BKE_object.h"
#include "BKE_report.h"
#include "BIF_gl.h"
#include "BIF_glutil.h"
#include "WM_api.h"
#include "WM_types.h"

@ -45,7 +45,6 @@
#include "BKE_unit.h"
#include "BIF_gl.h"
#include "BIF_glutil.h"
#include "BLF_api.h"

@ -3,7 +3,6 @@
#include <stdlib.h>
#include <string.h>
#include "MEM_guardedalloc.h"
#include "DNA_anim_types.h"
#include "DNA_scene_types.h"

@ -60,7 +60,6 @@
#include "IMB_imbuf_types.h"
#include "BIF_gl.h"
#include "BIF_glutil.h"
#include "ED_datafiles.h"
#include "ED_render.h"

@ -40,8 +40,6 @@
#include "BKE_global.h"
#include "BIF_gl.h"
#include "BIF_glutil.h"
#include "BLF_api.h"

@ -28,7 +28,6 @@
#include <stdlib.h>
#include <string.h>
#include "MEM_guardedalloc.h"
#include "DNA_screen_types.h"
#include "DNA_userdef_types.h"

@ -44,7 +44,6 @@
#include "WM_api.h"
#include "BIF_gl.h"
#include "BIF_glutil.h"
#include "BLF_api.h"

@ -41,7 +41,6 @@
#include "WM_api.h"
#include "WM_types.h"
#include "BIF_gl.h"
#include "ED_screen.h"

@ -50,7 +50,6 @@
#include "BKE_context.h"
#include "BIF_gl.h"
#include "BIF_glutil.h"
#ifndef DISABLE_PYTHON

@ -77,7 +77,6 @@ editmesh_mods.c, UI level access, no geometry changes
#include "ED_view3d.h"
#include "BIF_gl.h"
#include "BIF_glutil.h"
#include "mesh_intern.h"

@ -37,8 +37,6 @@ editmesh_tool.c: UI called tools for editmesh, geometry changes here, otherwise
#include <math.h>
#include <float.h>
#include "MEM_guardedalloc.h"
#include "BLO_sys_types.h" // for intptr_t support
#include "DNA_meshdata_types.h"
@ -47,6 +45,8 @@ editmesh_tool.c: UI called tools for editmesh, geometry changes here, otherwise
#include "DNA_scene_types.h"
#include "DNA_key_types.h"
#include "MEM_guardedalloc.h"
#include "RNA_define.h"
#include "RNA_access.h"
@ -66,8 +66,6 @@ editmesh_tool.c: UI called tools for editmesh, geometry changes here, otherwise
#include "BKE_bmesh.h"
#include "BKE_report.h"
#include "BIF_gl.h"
#include "BIF_glutil.h"
#include "WM_api.h"
#include "WM_types.h"

@ -59,7 +59,6 @@
#include "IMB_imbuf_types.h"
#include "ED_screen.h"
#include "ED_util.h"
#include "ED_space_api.h"
#include "ED_view3d.h"
#include "ED_mesh.h"

@ -29,7 +29,6 @@
#include <stdlib.h>
#include <math.h>
#include "MEM_guardedalloc.h"
#include "DNA_object_types.h"
#include "DNA_scene_types.h"

@ -34,7 +34,11 @@
#include "MEM_guardedalloc.h"
#include "IMB_imbuf_types.h"
#include "BLI_blenlib.h"
#include "BLI_math.h"
#include "BLI_editVert.h"
#include "BLI_ghash.h"
#include "BLI_rand.h"
#include "DNA_armature_types.h"
#include "DNA_curve_types.h"
@ -48,11 +52,7 @@
#include "DNA_meshdata_types.h"
#include "DNA_vfont_types.h"
#include "BLI_blenlib.h"
#include "BLI_math.h"
#include "BLI_editVert.h"
#include "BLI_ghash.h"
#include "BLI_rand.h"
#include "IMB_imbuf_types.h"
#include "BKE_anim.h"
#include "BKE_constraint.h"

@ -29,7 +29,6 @@
#include <string.h>
#include "MEM_guardedalloc.h"
#include "BLI_blenlib.h"

@ -29,7 +29,6 @@
#include <stdlib.h>
#include <math.h>
#include "MEM_guardedalloc.h"
#include "DNA_object_types.h"
#include "DNA_scene_types.h"

@ -55,7 +55,6 @@
#include "WM_types.h"
#include "ED_armature.h"
#include "ED_curve.h"
#include "ED_keyframing.h"
#include "ED_mesh.h"
#include "ED_screen.h"

@ -77,7 +77,6 @@
#include "LBM_fluidsim.h"
#include "BIF_gl.h"
#include "ED_screen.h"

@ -81,7 +81,6 @@
#include "WM_api.h"
#include "WM_types.h"
#include "ED_datafiles.h"
#include "ED_render.h"
#include "ED_view3d.h"

@ -51,7 +51,6 @@
#include "ED_image.h"
#include "ED_object.h"
#include "ED_view3d.h"
#include "ED_screen.h"
#include "ED_screen_types.h"

@ -38,13 +38,13 @@
#include "MEM_guardedalloc.h"
#include "IMB_imbuf.h"
#include "IMB_imbuf_types.h"
#include "BLI_blenlib.h"
#include "BLI_math.h"
#include "BLI_ghash.h"
#include "IMB_imbuf.h"
#include "IMB_imbuf_types.h"
#include "DNA_armature_types.h"
#include "DNA_mesh_types.h"
#include "DNA_particle_types.h"
@ -70,8 +70,6 @@
#include "WM_api.h"
#include "WM_types.h"
#include "BIF_gl.h"
#include "BIF_glutil.h"
#include "ED_armature.h"
#include "ED_mesh.h"

@ -64,9 +64,7 @@
#include "WM_api.h"
#include "WM_types.h"
#include "ED_screen.h"
#include "ED_sculpt.h"
#include "ED_view3d.h"
#include "ED_mesh.h"
#include "paint_intern.h"
#include "sculpt_intern.h"

@ -30,6 +30,8 @@
*
*/
#include "MEM_guardedalloc.h"
#include "BLI_math.h"
#include "BLI_ghash.h"
#include "BLI_threads.h"

@ -34,7 +34,6 @@
#include <string.h>
#include <float.h>
#include "MEM_guardedalloc.h"
#include "BLI_blenlib.h"
#include "BLI_math.h"
@ -51,7 +50,6 @@
/* Everything from source (BIF, BDR, BSE) ------------------------------ */
#include "BIF_gl.h"
#include "BIF_glutil.h"
#include "UI_interface.h"
#include "UI_resources.h"

@ -32,7 +32,6 @@
#include <string.h>
#include <float.h>
#include "MEM_guardedalloc.h"
#include "BLI_blenlib.h"
#include "BLI_math.h"

@ -29,7 +29,6 @@
#include <stdlib.h>
#include <math.h>
#include "MEM_guardedalloc.h"
#include "DNA_space_types.h"

@ -29,7 +29,6 @@
#include <string.h>
#include <stdio.h>
#include "MEM_guardedalloc.h"
#include "BLI_blenlib.h"
#include "BLI_math.h"

@ -36,7 +36,6 @@
#include "UI_interface.h"
#include "UI_view2d.h"
#include "BIF_gl.h"
#include "ED_anim_api.h"
#include "ED_armature.h"

@ -30,7 +30,6 @@
#include <stdio.h>
#include "MEM_guardedalloc.h"
#include "BLI_blenlib.h"
@ -40,8 +39,6 @@
#include "ED_types.h"
#include "BIF_gl.h"
#include "BIF_glutil.h"
#include "UI_interface.h"
#include "UI_resources.h"

@ -33,7 +33,6 @@
#include <sys/stat.h>
#include <limits.h>
#include "MEM_guardedalloc.h"
#include "BLF_api.h"

@ -73,8 +73,6 @@
#include "WM_api.h"
#include "WM_types.h"
#include "BIF_gl.h"
#include "BIF_glutil.h"
#include "RNA_access.h"

@ -29,7 +29,6 @@
#include <string.h>
#include "MEM_guardedalloc.h"
#include "IMB_imbuf.h"
#include "IMB_imbuf_types.h"

@ -48,7 +48,6 @@
#include "BKE_main.h"
#include "BKE_screen.h"
#include "BIF_gl.h"
#include "WM_api.h"
#include "WM_types.h"

@ -35,7 +35,6 @@
#include <io.h>
#endif
#include "MEM_guardedalloc.h"
#include "BLI_blenlib.h"
#include "BLI_math.h"

@ -29,7 +29,6 @@
#include <stdlib.h>
#include <math.h>
#include "MEM_guardedalloc.h"
#include "DNA_scene_types.h"

@ -45,7 +45,6 @@
#include "BKE_context.h"
#include "BKE_fcurve.h"
#include "BIF_gl.h"
#include "WM_api.h"

@ -59,8 +59,6 @@
#include "ED_screen.h"
#include "ED_uvedit.h"
#include "BIF_gl.h"
#include "BIF_glutil.h"
#include "RNA_access.h"

@ -33,7 +33,6 @@
#include "DNA_space_types.h"
#include "DNA_windowmanager_types.h"
#include "MEM_guardedalloc.h"
#include "BLI_blenlib.h"
#include "BLI_editVert.h"
@ -45,8 +44,6 @@
#include "WM_types.h"
#include "BIF_gl.h"
#include "BIF_glutil.h"
#include "UI_interface.h"

@ -46,7 +46,6 @@
#include "BKE_mesh.h"
#include "BKE_screen.h"
#include "IMB_imbuf.h"
#include "IMB_imbuf_types.h"
#include "ED_mesh.h"
@ -55,7 +54,6 @@
#include "ED_uvedit.h"
#include "BIF_gl.h"
#include "BIF_glutil.h"
#include "RNA_access.h"

@ -50,8 +50,6 @@
#include "WM_api.h"
#include "WM_types.h"
#include "BIF_gl.h"
#include "BIF_glutil.h"
#include "UI_interface.h"

@ -28,7 +28,6 @@
#include <stdio.h>
#include "MEM_guardedalloc.h"
#include "BLI_blenlib.h"
#include "BLI_math.h"
@ -38,8 +37,6 @@
#include "ED_screen.h"
#include "BIF_gl.h"
#include "BIF_glutil.h"
#include "RNA_access.h"
#include "RNA_define.h"

@ -57,7 +57,6 @@
#include "WM_types.h"
#include "BIF_gl.h"
#include "BIF_glutil.h"
#include "UI_interface.h"

@ -41,7 +41,6 @@
#include "ED_screen.h"
#include "BIF_gl.h"
#include "BIF_glutil.h"
#include "WM_api.h"

@ -44,7 +44,6 @@
#include "BKE_context.h"
#include "BKE_screen.h"
#include "BIF_gl.h"
#include "WM_api.h"
#include "WM_types.h"

@ -35,7 +35,6 @@
#include "DNA_object_types.h"
#include "DNA_scene_types.h"
#include "MEM_guardedalloc.h"
#include "BLI_blenlib.h"
#include "BLI_math.h"

@ -37,7 +37,6 @@
#include "DNA_space_types.h"
#include "DNA_windowmanager_types.h"
#include "MEM_guardedalloc.h"
#include "BLI_blenlib.h"
#include "BLI_math.h"

@ -31,7 +31,6 @@
#include "DNA_scene_types.h"
#include "MEM_guardedalloc.h"
#include "BLI_blenlib.h"
#include "BLI_math.h"

@ -44,7 +44,6 @@
#include "BKE_node.h"
#include "BKE_screen.h"
#include "BIF_gl.h"
#include "WM_api.h"
#include "WM_types.h"

@ -40,7 +40,6 @@
#include "BLI_math.h"
#include "BLI_blenlib.h"
#include "BLI_threads.h"
#include "MEM_guardedalloc.h"
#include "BKE_context.h"
#include "BKE_depsgraph.h"

@ -51,7 +51,6 @@
#include "BKE_texture.h"
#include "BKE_report.h"
#include "BIF_gl.h"
#include "BLI_math.h"
#include "BLI_blenlib.h"

@ -47,8 +47,6 @@
#include "WM_api.h"
#include "WM_types.h"
#include "BIF_gl.h"
#include "BIF_glutil.h"
#include "UI_interface.h"

@ -46,7 +46,6 @@
#include "ED_render.h"
#include "ED_screen.h"
#include "BIF_gl.h"
#include "WM_api.h"
#include "WM_types.h"

@ -59,7 +59,6 @@
# include <fnmatch.h>
#endif
#include "IMB_imbuf_types.h"
#include "BKE_animsys.h"
#include "BKE_context.h"

@ -45,7 +45,6 @@
#include "WM_types.h"
#include "BIF_gl.h"
#include "BIF_glutil.h"
#include "UI_resources.h"
#include "UI_view2d.h"

@ -30,7 +30,6 @@
#include <stdio.h>
#include "MEM_guardedalloc.h"
#include "BLI_blenlib.h"

@ -30,7 +30,6 @@
#include <stdio.h>
#include "MEM_guardedalloc.h"
#include "BLI_blenlib.h"
@ -41,8 +40,6 @@
#include "ED_util.h"
#include "BIF_gl.h"
#include "BIF_glutil.h"
#include "UI_interface.h"
#include "UI_resources.h"

@ -29,7 +29,6 @@
#include <stdlib.h>
#include <math.h>
#include "MEM_guardedalloc.h"
#include "DNA_screen_types.h"
#include "DNA_space_types.h"

@ -51,8 +51,6 @@
#include "BKE_sequencer.h"
#include "BKE_report.h"
#include "BIF_gl.h"
#include "BIF_glutil.h"
#include "WM_api.h"
#include "WM_types.h"

@ -30,7 +30,6 @@
#include <stdlib.h>
#include <math.h>
#include "MEM_guardedalloc.h"
#include "DNA_space_types.h"

@ -35,7 +35,6 @@
#endif
#include <sys/types.h>
#include "MEM_guardedalloc.h"
#include "BLI_blenlib.h"
#include "BLI_math.h"

@ -49,7 +49,6 @@
#include "BKE_utildefines.h"
#include "BIF_gl.h"
#include "BIF_glutil.h"
#include "ED_datafiles.h"
#include "UI_interface.h"

@ -54,13 +54,10 @@
#include "WM_types.h"
#include "BIF_gl.h"
#include "BIF_glutil.h"
#ifndef DISABLE_PYTHON
#include "BPY_extern.h"
// XXX #include "BPY_menus.h"
#endif

@ -29,7 +29,6 @@
#include <stdlib.h>
#include <math.h>
#include "MEM_guardedalloc.h"
#include "DNA_scene_types.h"

@ -39,7 +39,6 @@
#include "ED_screen.h"
#include "BIF_gl.h"
#include "WM_api.h"
#include "WM_types.h"

Some files were not shown because too many files have changed in this diff Show More