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
path: root/source
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2007-12-30 03:22:39 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2007-12-30 03:22:39 +0300
commit81035f6e21c6bf7d427634dc49eea48d9b4b4e0b (patch)
tree56b13091749d41b78c7622df5e0911c8f7a10ed5 /source
parent47f9c1fa5f14d0a1b39d90fe4a11f752f8dfe463 (diff)
* remove unneeded include (msvc barfs on it), now current tree builds with scons/mingw, scons/msvc and scons/gcc (linux) (and afaik also cross-compiles on linux for windows, with thanks to Debolaz)
Diffstat (limited to 'source')
-rw-r--r--source/blender/blenlib/intern/fileops.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/fileops.c b/source/blender/blenlib/intern/fileops.c
index 94ed64d00d2..f55cd05e53e 100644
--- a/source/blender/blenlib/intern/fileops.c
+++ b/source/blender/blenlib/intern/fileops.c
@@ -30,7 +30,6 @@
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
-#include <unistd.h>
#ifdef HAVE_CONFIG_H
#include <config.h>