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-06-04 21:27:22 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-06-04 21:27:22 +0400
commitc517247fc67b77e451c7e920385beda02a0de524 (patch)
tree6fe79171f6f2514d1dbaf679e487e3e1a091bf15 /source/blender/editors/mask/mask_relationships.c
parent6548f7efefb2e9db25e8c6ca8b7d4ed6b9725543 (diff)
include cleanup, also raskter wasn't building on osx
Diffstat (limited to 'source/blender/editors/mask/mask_relationships.c')
-rw-r--r--source/blender/editors/mask/mask_relationships.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/source/blender/editors/mask/mask_relationships.c b/source/blender/editors/mask/mask_relationships.c
index 8a8427c024b..eaec5ad9a8f 100644
--- a/source/blender/editors/mask/mask_relationships.c
+++ b/source/blender/editors/mask/mask_relationships.c
@@ -29,31 +29,22 @@
* \ingroup edmask
*/
-#include "MEM_guardedalloc.h"
-#include "BLI_utildefines.h"
-#include "BLI_listbase.h"
#include "BLI_math.h"
#include "BKE_context.h"
-#include "BKE_curve.h"
#include "BKE_depsgraph.h"
#include "BKE_mask.h"
#include "BKE_tracking.h"
#include "DNA_mask_types.h"
-#include "DNA_scene_types.h"
#include "DNA_object_types.h" /* SELECT */
#include "WM_api.h"
#include "WM_types.h"
#include "ED_screen.h"
-#include "ED_mask.h"
-#include "ED_clip.h"
-
-#include "RNA_access.h"
-#include "RNA_define.h"
+#include "ED_mask.h" /* own include */
#include "mask_intern.h" /* own include */