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-01 15:27:47 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-04-01 15:27:47 +0400
commit5d234f0a0bafddb82d4904abb90fa069d71db2cd (patch)
tree7762286fcc09338851d8b856f20ca5832e5a0117 /source/blender/blenlib/intern/BLI_dynstr.c
parent547342bf737c724641a75b86a16a97ddef2610da (diff)
code cleanup: includes
Diffstat (limited to 'source/blender/blenlib/intern/BLI_dynstr.c')
-rw-r--r--source/blender/blenlib/intern/BLI_dynstr.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/blender/blenlib/intern/BLI_dynstr.c b/source/blender/blenlib/intern/BLI_dynstr.c
index d1c30504153..4c712a2f237 100644
--- a/source/blender/blenlib/intern/BLI_dynstr.c
+++ b/source/blender/blenlib/intern/BLI_dynstr.c
@@ -30,12 +30,11 @@
* \ingroup bli
*/
-
-#include <stdarg.h>
+#include <stdlib.h> /* malloc */
#include <string.h>
#include "MEM_guardedalloc.h"
-#include "BLI_blenlib.h"
+#include "BLI_string.h"
#include "BLI_dynstr.h"
#ifdef _WIN32