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/BLI_dynstr.c')
-rw-r--r--source/blender/blenlib/intern/BLI_dynstr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/blenlib/intern/BLI_dynstr.c b/source/blender/blenlib/intern/BLI_dynstr.c
index c325c010330..3e80f791fa5 100644
--- a/source/blender/blenlib/intern/BLI_dynstr.c
+++ b/source/blender/blenlib/intern/BLI_dynstr.c
@@ -25,11 +25,11 @@
#include <stdlib.h> /* malloc */
#include <string.h>
-#include "MEM_guardedalloc.h"
-#include "BLI_utildefines.h"
+#include "BLI_dynstr.h"
#include "BLI_memarena.h"
#include "BLI_string.h"
-#include "BLI_dynstr.h"
+#include "BLI_utildefines.h"
+#include "MEM_guardedalloc.h"
#ifdef _WIN32
# ifndef vsnprintf