From 2d1cce8331f3ecdfb8cb0c651e111ffac5dc7153 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Thu, 19 Mar 2020 09:33:03 +0100 Subject: Cleanup: `make format` after SortedIncludes change --- source/blender/blenloader/intern/undofile.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'source/blender/blenloader/intern/undofile.c') diff --git a/source/blender/blenloader/intern/undofile.c b/source/blender/blenloader/intern/undofile.c index 0bbd8c26fa1..06469a0c087 100644 --- a/source/blender/blenloader/intern/undofile.c +++ b/source/blender/blenloader/intern/undofile.c @@ -22,12 +22,12 @@ * \ingroup blenloader */ +#include +#include +#include +#include #include #include -#include -#include -#include -#include /* open/close */ #ifndef _WIN32 @@ -42,8 +42,8 @@ #include "BLI_blenlib.h" -#include "BLO_undofile.h" #include "BLO_readfile.h" +#include "BLO_undofile.h" #include "BKE_main.h" -- cgit v1.2.3