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/bpython/intern/BPY_listbase_macro.h')
-rw-r--r--source/blender/bpython/intern/BPY_listbase_macro.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/bpython/intern/BPY_listbase_macro.h b/source/blender/bpython/intern/BPY_listbase_macro.h
index 44bb0e713f0..cee7f958283 100644
--- a/source/blender/bpython/intern/BPY_listbase_macro.h
+++ b/source/blender/bpython/intern/BPY_listbase_macro.h
@@ -36,10 +36,6 @@
/** example: DEFFUNC_GETLIST(text) defines a method for getting a list
* of text blocks */
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
// Example: _GETLIST(name) -> get_namelist
#define _GETLIST(x) get_##x##list