building without python was broken

This commit is contained in:
Campbell Barton
2010-09-12 12:09:31 +00:00
parent 97964e5766
commit 1fdfcf47a0
2 changed files with 5 additions and 1 deletions

View File

@@ -57,8 +57,10 @@
#include "MEM_guardedalloc.h"
#include "ED_screen.h"
#include "BPY_extern.h"
#ifndef DISABLE_PYTHON
#include "BPY_extern.h"
#endif
/* ****************************************************** */

View File

@@ -96,7 +96,9 @@
#include "GPU_draw.h"
#ifndef DISABLE_PYTHON
#include "BPY_extern.h"
#endif
#include "WM_api.h"
#include "WM_types.h"