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>2010-04-12 05:09:59 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-04-12 05:09:59 +0400
commit9563a8524261b04b021abec27319857b2df001ba (patch)
tree7e6b0ac6ceba01aff4f6e68cc2af725d09a7d39b /source/blender/modifiers/intern/MOD_uvproject.c
parent93c1a7354fe214a8e2dc95b850eff6b65337e6cc (diff)
more header cleanups
Diffstat (limited to 'source/blender/modifiers/intern/MOD_uvproject.c')
-rw-r--r--source/blender/modifiers/intern/MOD_uvproject.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/source/blender/modifiers/intern/MOD_uvproject.c b/source/blender/modifiers/intern/MOD_uvproject.c
index f71e1c1f07d..b47ab92f74b 100644
--- a/source/blender/modifiers/intern/MOD_uvproject.c
+++ b/source/blender/modifiers/intern/MOD_uvproject.c
@@ -35,15 +35,11 @@
#include "math.h"
#include "float.h"
-#include "BLI_math.h"
-#include "BLI_uvproject.h"
-
-#include "DNA_object_types.h"
#include "DNA_camera_types.h"
#include "DNA_meshdata_types.h"
-#include "DNA_customdata_types.h"
-#include "MEM_guardedalloc.h"
+#include "BLI_math.h"
+#include "BLI_uvproject.h"
#include "BKE_DerivedMesh.h"
#include "depsgraph_private.h"
@@ -51,6 +47,8 @@
#include "MOD_modifiertypes.h"
#include "MOD_util.h"
+#include "MEM_guardedalloc.h"
+
/* UVProject */
/* UV Project modifier: Generates UVs projected from an object