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 'intern/guardedalloc/test/simpletest/memtest.c')
-rw-r--r--intern/guardedalloc/test/simpletest/memtest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/guardedalloc/test/simpletest/memtest.c b/intern/guardedalloc/test/simpletest/memtest.c
index 8acced088f6..5c37ceb5b24 100644
--- a/intern/guardedalloc/test/simpletest/memtest.c
+++ b/intern/guardedalloc/test/simpletest/memtest.c
@@ -29,10 +29,10 @@
/* Number of chunks to test with */
#define NUM_BLOCKS 10
+#include "MEM_guardedalloc.h"
#include <stdio.h>
-#include <string.h>
#include <stdlib.h>
-#include "MEM_guardedalloc.h"
+#include <string.h>
static void mem_error_cb(const char *errorStr)
{