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:
authorGaia Clary <gaia.clary@machinimatrix.org>2012-06-18 03:48:51 +0400
committerGaia Clary <gaia.clary@machinimatrix.org>2012-06-18 03:48:51 +0400
commit03b3468635b35ad1c98209d276ff55d4f8773d2c (patch)
tree3f0d27fbbfd94bf307d4be542818200b7837549f /source/blender/editors/space_api
parent5ee90fef313ccb5278cff6935633165839c4884d (diff)
Collada: fix case of filename
Diffstat (limited to 'source/blender/editors/space_api')
-rw-r--r--source/blender/editors/space_api/spacetypes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_api/spacetypes.c b/source/blender/editors/space_api/spacetypes.c
index e4fd3dca570..d8d664eea22 100644
--- a/source/blender/editors/space_api/spacetypes.c
+++ b/source/blender/editors/space_api/spacetypes.c
@@ -64,7 +64,7 @@
#include "ED_clip.h"
#include "ED_mask.h"
-#include "IO_ops.h"
+#include "io_ops.h"
/* only call once on startup, storage is global in BKE kernel listbase */
void ED_spacetypes_init(void)