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/blenlib/intern/astar.c')
-rw-r--r--source/blender/blenlib/intern/astar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/astar.c b/source/blender/blenlib/intern/astar.c
index c8f2160f0b6..1f71a62d191 100644
--- a/source/blender/blenlib/intern/astar.c
+++ b/source/blender/blenlib/intern/astar.c
@@ -43,8 +43,8 @@
#include "MEM_guardedalloc.h"
-#include "BLI_sys_types.h"
#include "BLI_compiler_attrs.h"
+#include "BLI_sys_types.h"
#include "BLI_heap_simple.h"
#include "BLI_listbase.h"