=== warnings cleanup ===

- removed obvious typo after #include
- put back include for using EXPP_check_sequence_consistency and EXPP_ReturnPyObjError
This commit is contained in:
2006-07-02 18:59:40 +00:00
parent bb9cafc257
commit df9c9e6caa

View File

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