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:
authorNathan Letwory <nathan@letworyinteractive.com>2009-09-04 20:41:46 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2009-09-04 20:41:46 +0400
commit01f9b34abec653aa445cc00788a35f646849b07f (patch)
tree4c567eb14e32eeabd6fc3df92e406669af621148 /source/blender
parentb537da1837f8d41ad99a41def20f8bcdd41c64c3 (diff)
* remove mtio.h - no magnetic tape support has been coded. Helps compilation on osx10.6.
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/blenlib/intern/storage.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/blenlib/intern/storage.c b/source/blender/blenlib/intern/storage.c
index e6e37c58805..7cbef85b938 100644
--- a/source/blender/blenlib/intern/storage.c
+++ b/source/blender/blenlib/intern/storage.c
@@ -70,9 +70,6 @@
#include <fcntl.h>
-#if !defined(WIN32)
-#include <sys/mtio.h> /* tape comando's */
-#endif
#include <string.h> /* strcpy etc.. */
#ifndef WIN32