From c296080cacaafb0ab5f2d1a6ee7ca0015c05e4d7 Mon Sep 17 00:00:00 2001 From: doomchild Date: Mon, 12 Apr 2010 14:46:53 -0500 Subject: [PATCH] switched to using PyList_SET_ITEM in BuildSkillList --- dfhack/python/DF_Helpers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dfhack/python/DF_Helpers.cpp b/dfhack/python/DF_Helpers.cpp index 97fe615f6..cb5ff6e8a 100644 --- a/dfhack/python/DF_Helpers.cpp +++ b/dfhack/python/DF_Helpers.cpp @@ -26,7 +26,7 @@ distribution. #define __DFHELPERS__ #include "Python.h" -#include "DF_Imports.cpp" +//#include "DF_Imports.cpp" #include "DFTypes.h" using namespace DFHack;