Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2014-05-01 23:36:21 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-05-01 23:37:11 +0400
commitd303556afb7073d11794ecb2d8ceeea24918a91d (patch)
tree46a452b2b7fc3d84970f4c5e9f1368c8aa171a22 /source/blender/editors/space_file/filesel.c
parent3db5430b921b243ba298d0ea7a4df9b355fb15b8 (diff)
Code cleanup: remove file handling headers where they arent needed
Diffstat (limited to 'source/blender/editors/space_file/filesel.c')
-rw-r--r--source/blender/editors/space_file/filesel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/space_file/filesel.c b/source/blender/editors/space_file/filesel.c
index 7a415c8c5cd..e8371d7666b 100644
--- a/source/blender/editors/space_file/filesel.c
+++ b/source/blender/editors/space_file/filesel.c
@@ -45,7 +45,6 @@
# include <unistd.h>
# include <sys/times.h>
# include <dirent.h>
-# include <unistd.h>
#endif
#include "DNA_space_types.h"