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:
Diffstat (limited to 'source/blender/blenkernel/intern/undo_system.c')
-rw-r--r--source/blender/blenkernel/intern/undo_system.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenkernel/intern/undo_system.c b/source/blender/blenkernel/intern/undo_system.c
index 30867cc15e9..6d484a7b702 100644
--- a/source/blender/blenkernel/intern/undo_system.c
+++ b/source/blender/blenkernel/intern/undo_system.c
@@ -24,10 +24,10 @@
#include "CLG_log.h"
-#include "BLI_utildefines.h"
-#include "BLI_sys_types.h"
#include "BLI_listbase.h"
#include "BLI_string.h"
+#include "BLI_sys_types.h"
+#include "BLI_utildefines.h"
#include "BLT_translation.h"