From 1e4aab36c237b751c23be161217d989472bfaf20 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 26 Jan 2019 20:41:52 +1100 Subject: Cleanup: remove redundant BKE/BLI/BIF headers --- source/blender/editors/interface/interface_icons_event.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source/blender/editors/interface/interface_icons_event.c') diff --git a/source/blender/editors/interface/interface_icons_event.c b/source/blender/editors/interface/interface_icons_event.c index 598adcce87f..16e177b48cc 100644 --- a/source/blender/editors/interface/interface_icons_event.c +++ b/source/blender/editors/interface/interface_icons_event.c @@ -41,7 +41,6 @@ #include "BLI_blenlib.h" #include "BLI_utildefines.h" -#include "BLI_fileops_types.h" #include "BLI_math_vector.h" #include "DNA_brush_types.h" @@ -55,8 +54,6 @@ #include "RNA_access.h" #include "RNA_enum_types.h" -#include "BKE_context.h" -#include "BKE_global.h" #include "BKE_icons.h" #include "BKE_appdir.h" #include "BKE_studiolight.h" @@ -65,7 +62,6 @@ #include "IMB_imbuf_types.h" #include "IMB_thumbs.h" -#include "BIF_glutil.h" #include "BLF_api.h" #include "DEG_depsgraph.h" -- cgit v1.2.3