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/space_file/file_draw.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/editors/space_file/file_draw.c') diff --git a/source/blender/editors/space_file/file_draw.c b/source/blender/editors/space_file/file_draw.c index 73c670b09ac..06f59f07146 100644 --- a/source/blender/editors/space_file/file_draw.c +++ b/source/blender/editors/space_file/file_draw.c @@ -35,7 +35,6 @@ #include "BLI_blenlib.h" #include "BLI_utildefines.h" -#include "BLI_fileops_types.h" #include "BLI_math.h" #ifdef WIN32 @@ -45,7 +44,6 @@ #include "BIF_glutil.h" #include "BKE_context.h" -#include "BKE_global.h" #include "BKE_main.h" #include "BLO_readfile.h" -- cgit v1.2.3