From df9c9e6caa429cf250806903ebf97f6fcee76b35 Mon Sep 17 00:00:00 2001 From: Andrea Weikert Date: Sun, 2 Jul 2006 18:59:40 +0000 Subject: === warnings cleanup === - removed obvious typo after #include - put back include for using EXPP_check_sequence_consistency and EXPP_ReturnPyObjError --- source/blender/python/api2_2x/Geometry.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'source') 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 --------------------------- -- cgit v1.2.3