diff --git a/source/blender/blenloader/intern/versioning_260.cc b/source/blender/blenloader/intern/versioning_260.cc index 42f46938f9c..b5fdddc7237 100644 --- a/source/blender/blenloader/intern/versioning_260.cc +++ b/source/blender/blenloader/intern/versioning_260.cc @@ -8,16 +8,16 @@ #include -#include "BKE_idprop.hh" -#include "BLI_listbase.h" -#include "BLI_utildefines.h" - /* allow readfile to use deprecated functionality */ #define DNA_DEPRECATED_ALLOW /* Define macros in `DNA_genfile.h`. */ #define DNA_GENFILE_VERSIONING_MACROS +#include "BKE_idprop.hh" +#include "BLI_listbase.h" +#include "BLI_utildefines.h" + #include "DNA_anim_types.h" #include "DNA_brush_types.h" #include "DNA_camera_types.h"