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, 0 insertions, 4 deletions
diff --git a/intern/guardedalloc/test/simpletest/memtest.c b/intern/guardedalloc/test/simpletest/memtest.c
index 51f1f491894..98f943f0d7d 100644
--- a/intern/guardedalloc/test/simpletest/memtest.c
+++ b/intern/guardedalloc/test/simpletest/memtest.c
@@ -43,10 +43,6 @@
#include <stdlib.h>
#include "MEM_guardedalloc.h"
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
static void mem_error_cb(const char *errorStr)
{
fprintf(stderr, "%s", errorStr);