removing python includes for blenkernel since pynodes are commented.

This commit is contained in:
2011-06-19 09:32:37 +00:00
parent def6bcd4e5
commit 8eb375048e
2 changed files with 5 additions and 3 deletions

View File

@@ -32,8 +32,10 @@
*/
#ifdef WITH_PYTHON
#include <Python.h>
#if 0 /* pynodes commented for now */
# ifdef WITH_PYTHON
# include <Python.h>
# endif
#endif
#include "MEM_guardedalloc.h"