Cleanup: headers

This commit is contained in:
Campbell Barton 2015-04-29 19:39:58 +10:00
parent 615414fa36
commit 728d4f296f
3 changed files with 3 additions and 4 deletions

View File

@ -54,6 +54,7 @@
#include "BLI_memarena.h"
#include "BKE_nla.h"
#include "BKE_editmesh.h"
#include "BKE_editmesh_bvh.h"
#include "BKE_context.h"
#include "BKE_constraint.h"

View File

@ -39,9 +39,6 @@
#include "DNA_listBase.h"
#include "BLI_smallhash.h"
#include "BKE_editmesh.h"
/* ************************** Types ***************************** */
struct TransInfo;
@ -261,7 +258,7 @@ typedef struct EdgeSlideData {
typedef struct TransDataVertSlideVert {
/* TransDataGenericSlideVert */
BMVert *v;
struct BMVert *v;
struct LinkNode **cd_loop_groups;
float co_orig_3d[3];
/* end generic */

View File

@ -38,6 +38,7 @@
#include "BKE_context.h"
#include "BKE_global.h"
#include "BKE_report.h"
#include "BKE_editmesh.h"
#include "RNA_access.h"
#include "RNA_define.h"