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>2012-04-23 08:24:11 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-04-23 08:24:11 +0400
commit8baa5fbde21f55a2e8cfa5f515767e00038fca78 (patch)
treefce58ed9a7086e98a05add5926ccd6ae9641111d /source/blender/makesrna/intern/rna_sequencer_api.c
parentb51590d55df4b013a0becf9977eddb33206276ba (diff)
- fix for python freeing its own bmesh clearing the global mirror cache.
- fix for own mistake (Ctrl+T didnt set beauty peroperty). - remove bad level includes in bmesh.
Diffstat (limited to 'source/blender/makesrna/intern/rna_sequencer_api.c')
-rw-r--r--source/blender/makesrna/intern/rna_sequencer_api.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/makesrna/intern/rna_sequencer_api.c b/source/blender/makesrna/intern/rna_sequencer_api.c
index e47ec23bef5..20ceaec8974 100644
--- a/source/blender/makesrna/intern/rna_sequencer_api.c
+++ b/source/blender/makesrna/intern/rna_sequencer_api.c
@@ -31,9 +31,6 @@
#include <string.h>
#include "RNA_define.h"
-
-#include "BLO_sys_types.h" /* needed for intptr_t used in ED_mesh.h */
-
#include "RNA_access.h"
#include "RNA_define.h"