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/img/intern/IMG_MemPtr.h')
-rw-r--r--source/blender/img/intern/IMG_MemPtr.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/img/intern/IMG_MemPtr.h b/source/blender/img/intern/IMG_MemPtr.h
index f8576c61fbc..772e7aa9886 100644
--- a/source/blender/img/intern/IMG_MemPtr.h
+++ b/source/blender/img/intern/IMG_MemPtr.h
@@ -37,10 +37,6 @@
#include <stddef.h>
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
/**
* A memory pointer for memory of any type.
* It can be used to avoid memory leaks when allocating memory in constructors.