Commit: a9994506cfee819230fa2942d88286f7bc649901
Author: Nicholas Bishop
Date:   Sun Feb 8 14:22:14 2015 +0100
Branches: cycles-ptex-49
https://developer.blender.org/rBa9994506cfee819230fa2942d88286f7bc649901

Minor includes cleanup in bke_ptex.c

===================================================================

M       source/blender/blenkernel/intern/bke_ptex.c

===================================================================

diff --git a/source/blender/blenkernel/intern/bke_ptex.c 
b/source/blender/blenkernel/intern/bke_ptex.c
index e71ae78..b82a6fe 100644
--- a/source/blender/blenkernel/intern/bke_ptex.c
+++ b/source/blender/blenkernel/intern/bke_ptex.c
@@ -31,18 +31,17 @@
 #include "IMB_imbuf_types.h"
 
 #ifdef WITH_PTEX
-#include <string.h>
+#include "DNA_mesh_types.h"
+#include "DNA_modifier_types.h"
 
+#include "BLI_math_base.h"
+#include "BLI_math_interp.h"
 
 #include "BKE_customdata.h"
 #include "BKE_DerivedMesh.h"
 #include "BKE_mesh.h"
 #include "BKE_subsurf.h"
-#include "BLI_math_base.h"
-#include "BLI_math_interp.h"
-#include "DNA_mesh_types.h"
-#include "DNA_modifier_types.h"
-#include "GPU_extensions.h"
+
 #include "BPX_pack.h"
 #endif

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to