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/blenlib/BLI_dynstr.h')
-rw-r--r--source/blender/blenlib/BLI_dynstr.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/blenlib/BLI_dynstr.h b/source/blender/blenlib/BLI_dynstr.h
index 2a1011d4371..7e8cc140964 100644
--- a/source/blender/blenlib/BLI_dynstr.h
+++ b/source/blender/blenlib/BLI_dynstr.h
@@ -41,10 +41,6 @@
#ifndef BLI_DYNSTR_H
#define BLI_DYNSTR_H
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
struct DynStr;
/** The abstract DynStr type */