Cleanup: duplicate headers

This commit is contained in:
Campbell Barton 2014-11-27 23:24:13 +01:00
parent 6a45b2a232
commit 2240c260c1
Notes: blender-bot 2023-02-14 09:46:04 +01:00
Referenced by issue #42759, Multi-number button editing fails when editing dimensions
Referenced by issue #42760, Drag-to-add feature fails in a case
4 changed files with 2 additions and 9 deletions

View File

@ -49,13 +49,11 @@
#include "DNA_genfile.h"
#include "BLI_blenlib.h"
#include "BLI_math.h"
#include "BKE_main.h"
#include "BKE_node.h"
#include "BLI_math.h"
#include "BLI_listbase.h"
#include "BLI_string.h"
#include "BLO_readfile.h"

View File

@ -56,7 +56,6 @@
#include "BKE_image.h"
#include "BKE_paint.h"
#include "BKE_report.h"
#include "BKE_image.h"
#include "RNA_access.h"
#include "RNA_define.h"
@ -66,6 +65,7 @@
#include "IMB_colormanagement.h"
#include "IMB_imbuf_types.h"
#include "IMB_imbuf.h"
#include "RE_shader_ext.h"
#include "RE_render_ext.h"
@ -74,9 +74,6 @@
#include "ED_screen.h"
#include "ED_uvedit.h"
#include "IMB_imbuf_types.h"
#include "IMB_imbuf.h"
#include "BLI_sys_types.h"
#include "ED_mesh.h" /* for face mask functions */

View File

@ -38,7 +38,6 @@
#include "RE_engine.h"
#include "RE_pipeline.h"
#include "RE_engine.h"
EnumPropertyItem render_pass_type_items[] = {

View File

@ -59,7 +59,6 @@
#include "../generic/idprop_py_api.h"
#include "../generic/bgl.h"
#include "../generic/blf_py_api.h"
#include "../generic/blf_py_api.h"
#include "../mathutils/mathutils.h"
#ifdef WITH_FREESTYLE