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_graph
parent3db5430b921b243ba298d0ea7a4df9b355fb15b8 (diff)
Code cleanup: remove file handling headers where they arent needed
Diffstat (limited to 'source/blender/editors/space_graph')
-rw-r--r--source/blender/editors/space_graph/graph_draw.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/source/blender/editors/space_graph/graph_draw.c b/source/blender/editors/space_graph/graph_draw.c
index 447e0cd3537..83f87ebc174 100644
--- a/source/blender/editors/space_graph/graph_draw.c
+++ b/source/blender/editors/space_graph/graph_draw.c
@@ -32,13 +32,6 @@
#include <string.h>
#include <float.h>
-#ifndef _WIN32
-#include <unistd.h>
-#else
-#include <io.h>
-#endif
-
-
#include "BLI_blenlib.h"
#include "BLI_utildefines.h"