Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2013-04-05 21:56:54 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-04-05 21:56:54 +0400
commit93ac968db3bc47e3520c662671cf68e86c0f2204 (patch)
tree46b37ba1fbf24c93c26ce6062bb4ee3841f9a3a9 /source/blender/blenloader/intern/undofile.c
parent5f49bab8bad9ecadcfecaec17268a4c75bcde762 (diff)
code cleanup: include order
Diffstat (limited to 'source/blender/blenloader/intern/undofile.c')
-rw-r--r--source/blender/blenloader/intern/undofile.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/source/blender/blenloader/intern/undofile.c b/source/blender/blenloader/intern/undofile.c
index 38fd6e9d32d..2b63d13a9dd 100644
--- a/source/blender/blenloader/intern/undofile.c
+++ b/source/blender/blenloader/intern/undofile.c
@@ -30,7 +30,6 @@
* \ingroup blenloader
*/
-
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
@@ -40,13 +39,10 @@
#include "DNA_listBase.h"
-
-#include "BLO_undofile.h"
-
#include "BLI_blenlib.h"
#include "BLI_linklist.h"
-
+#include "BLO_undofile.h"
/* **************** support for memory-write, for undo buffers *************** */