Cleanup: Including "BLI_listbase.h" for LISTBASE_FOREACH macro

These headers are not needed right away, but will be in the upcoming
commit.
This commit is contained in:
2020-04-03 17:38:58 +02:00
parent 200cc531bd
commit b0c1184875
48 changed files with 53 additions and 0 deletions

View File

@@ -24,6 +24,7 @@
#include <Python.h>
#include "BLI_dynstr.h"
#include "BLI_listbase.h"
#include "BLI_utildefines.h"
#include "bpy_capi_utils.h"