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:
authorJoilnen Leite <joilnen.leite@gmail.com>2005-05-05 09:55:29 +0400
committerJoilnen Leite <joilnen.leite@gmail.com>2005-05-05 09:55:29 +0400
commit22f65bce76b70a09467469c9a06c51d9acf76fa6 (patch)
tree0016ac88c97ff0ebda8abe9ae4a534ae6eb2ef18 /source/blender/python
parent2f0cf8cf739846bfb491576eefac09918bbb389c (diff)
erased headers dirent.h and unistd.h
.
Diffstat (limited to 'source/blender/python')
-rw-r--r--source/blender/python/api2_2x/Text3d.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/python/api2_2x/Text3d.c b/source/blender/python/api2_2x/Text3d.c
index a45cd30d393..44e01e8279d 100644
--- a/source/blender/python/api2_2x/Text3d.c
+++ b/source/blender/python/api2_2x/Text3d.c
@@ -48,8 +48,6 @@
#include "Font.h"
#include "mydevice.h"
-#include <dirent.h>
-#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <errno.h>