Cleanup: order BLI before BKE headers

This was done nearly everywhere already
This commit is contained in:
2017-11-14 17:23:40 +11:00
parent 40ad1cf0b1
commit 7adc698eed
11 changed files with 26 additions and 24 deletions

View File

@@ -28,13 +28,14 @@
#include <Python.h>
#include "BLI_utildefines.h"
#include "RNA_types.h"
#include "bpy_rna.h"
#include "BKE_global.h"
#include "MEM_guardedalloc.h"
#include "BLI_utildefines.h"
#include "MEM_guardedalloc.h"
#include "RNA_access.h"