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:
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