[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [13056] branches/blender2.5/blender/source /blender/blenlib/intern/fileops.c: * 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)

Nathan Letwory jesterking at letwory.net
Sun Dec 30 01:22:40 CET 2007


Revision: 13056
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=13056
Author:   jesterking
Date:     2007-12-30 01:22:39 +0100 (Sun, 30 Dec 2007)

Log Message:
-----------
* 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)

Modified Paths:
--------------
    branches/blender2.5/blender/source/blender/blenlib/intern/fileops.c

Modified: branches/blender2.5/blender/source/blender/blenlib/intern/fileops.c
===================================================================
--- branches/blender2.5/blender/source/blender/blenlib/intern/fileops.c	2007-12-29 20:47:39 UTC (rev 13055)
+++ branches/blender2.5/blender/source/blender/blenlib/intern/fileops.c	2007-12-30 00:22:39 UTC (rev 13056)
@@ -30,7 +30,6 @@
 #include <string.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include <unistd.h>
 
 #ifdef HAVE_CONFIG_H
 #include <config.h>





More information about the Bf-blender-cvs mailing list