From d303556afb7073d11794ecb2d8ceeea24918a91d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 2 May 2014 05:36:21 +1000 Subject: Code cleanup: remove file handling headers where they arent needed --- source/blender/editors/space_sequencer/sequencer_select.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'source/blender/editors/space_sequencer/sequencer_select.c') diff --git a/source/blender/editors/space_sequencer/sequencer_select.c b/source/blender/editors/space_sequencer/sequencer_select.c index 7d7a81a7bff..9826ef10902 100644 --- a/source/blender/editors/space_sequencer/sequencer_select.c +++ b/source/blender/editors/space_sequencer/sequencer_select.c @@ -32,13 +32,6 @@ #include #include -#ifndef WIN32 -#include -#else -#include -#endif -#include - #include "BLI_blenlib.h" #include "BLI_utildefines.h" -- cgit v1.2.3