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
path: root/source
diff options
context:
space:
mode:
authorAndrea Weikert <elubie@gmx.net>2006-07-02 22:59:40 +0400
committerAndrea Weikert <elubie@gmx.net>2006-07-02 22:59:40 +0400
commitdf9c9e6caa429cf250806903ebf97f6fcee76b35 (patch)
tree6109f63a0cac07c4332a64a10dc374474e1cc306 /source
parentbb9cafc257b143139a5435944e7738fb528db493 (diff)
=== warnings cleanup ===
- removed obvious typo after #include - put back include for using EXPP_check_sequence_consistency and EXPP_ReturnPyObjError
Diffstat (limited to 'source')
-rw-r--r--source/blender/python/api2_2x/Geometry.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/blender/python/api2_2x/Geometry.c b/source/blender/python/api2_2x/Geometry.c
index d89bbfb872c..a6de00a86a1 100644
--- a/source/blender/python/api2_2x/Geometry.c
+++ b/source/blender/python/api2_2x/Geometry.c
@@ -38,13 +38,12 @@
*/
/* Used for PolyFill */
-#include "BKE_displist.h" rm
+#include "BKE_displist.h"
#include "MEM_guardedalloc.h"
#include "BLI_blenlib.h"
-/* - Not needed for now
+/* needed for EXPP_ReturnPyObjError and EXPP_check_sequence_consistency */
#include "gen_utils.h"
-*/
//-------------------------DOC STRINGS ---------------------------