From 4ca67869cc7ad480670d60eae1df3d2aca03f016 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 1 May 2014 03:55:41 +1000 Subject: Code cleanup: remove unused includes Opted to keep includes if they are used indirectly (even if removing is possible). --- source/blender/editors/space_file/filesel.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/editors/space_file/filesel.c') diff --git a/source/blender/editors/space_file/filesel.c b/source/blender/editors/space_file/filesel.c index 69888105713..7a415c8c5cd 100644 --- a/source/blender/editors/space_file/filesel.c +++ b/source/blender/editors/space_file/filesel.c @@ -55,8 +55,6 @@ #include "MEM_guardedalloc.h" #include "BLI_blenlib.h" -#include "BLI_linklist.h" -#include "BLI_dynstr.h" #include "BLI_utildefines.h" #include "BLI_fileops_types.h" #include "BLI_fnmatch.h" -- cgit v1.2.3