Cleanup: duplicate includes

This commit is contained in:
2015-06-18 06:11:02 +10:00
parent 937ecaf77e
commit 3ce4a58aa9
30 changed files with 9 additions and 71 deletions

View File

@@ -788,7 +788,6 @@ int BPY_context_member_get(bContext *C, const char *member, bContextDataResult *
}
#ifdef WITH_PYTHON_MODULE
#include "BLI_fileops.h"
/* TODO, reloading the module isn't functional at the moment. */
static void bpy_module_free(void *mod);