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/readstreamglue')
-rw-r--r--source/blender/readstreamglue/BLO_keyStore.h4
-rw-r--r--source/blender/readstreamglue/BLO_readStreamErrors.h4
-rw-r--r--source/blender/readstreamglue/BLO_readStreamGlue.h4
-rw-r--r--source/blender/readstreamglue/BLO_sys_types.h4
-rw-r--r--source/blender/readstreamglue/intern/BLO_keyStorePrivate.h4
-rw-r--r--source/blender/readstreamglue/intern/BLO_readStreamGlueLoopBack.h4
6 files changed, 0 insertions, 24 deletions
diff --git a/source/blender/readstreamglue/BLO_keyStore.h b/source/blender/readstreamglue/BLO_keyStore.h
index 524740a5cb0..0b4bded6d97 100644
--- a/source/blender/readstreamglue/BLO_keyStore.h
+++ b/source/blender/readstreamglue/BLO_keyStore.h
@@ -34,10 +34,6 @@
#ifndef BLO_KEYSTORE_H
#define BLO_KEYSTORE_H
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#ifdef __cplusplus
extern "C" {
#endif
diff --git a/source/blender/readstreamglue/BLO_readStreamErrors.h b/source/blender/readstreamglue/BLO_readStreamErrors.h
index c5ae3b1cd4b..f49b0a45a0b 100644
--- a/source/blender/readstreamglue/BLO_readStreamErrors.h
+++ b/source/blender/readstreamglue/BLO_readStreamErrors.h
@@ -34,10 +34,6 @@
#ifndef BLO_READSTREAMERRORS_H
#define BLO_READSTREAMERRORS_H
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#ifdef __cplusplus
extern "C" {
#endif
diff --git a/source/blender/readstreamglue/BLO_readStreamGlue.h b/source/blender/readstreamglue/BLO_readStreamGlue.h
index ac9ef921192..ccd322cc97a 100644
--- a/source/blender/readstreamglue/BLO_readStreamGlue.h
+++ b/source/blender/readstreamglue/BLO_readStreamGlue.h
@@ -34,10 +34,6 @@
#ifndef BLO_READSTREAMGLUE_H
#define BLO_READSTREAMGLUE_H
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#ifdef __cplusplus
extern "C" {
#endif
diff --git a/source/blender/readstreamglue/BLO_sys_types.h b/source/blender/readstreamglue/BLO_sys_types.h
index 558982158a8..4ae5eca51da 100644
--- a/source/blender/readstreamglue/BLO_sys_types.h
+++ b/source/blender/readstreamglue/BLO_sys_types.h
@@ -43,10 +43,6 @@
#ifndef BLO_SYS_TYPES_H
#define BLO_SYS_TYPES_H
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#ifdef __cplusplus
extern "C" {
#endif
diff --git a/source/blender/readstreamglue/intern/BLO_keyStorePrivate.h b/source/blender/readstreamglue/intern/BLO_keyStorePrivate.h
index 6cabaad255d..f340927e415 100644
--- a/source/blender/readstreamglue/intern/BLO_keyStorePrivate.h
+++ b/source/blender/readstreamglue/intern/BLO_keyStorePrivate.h
@@ -33,10 +33,6 @@
#ifndef BLO_KEYSTOREPRIVATE_H
#define BLO_KEYSTOREPRIVATE_H
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#ifdef __cplusplus
extern "C" {
#endif
diff --git a/source/blender/readstreamglue/intern/BLO_readStreamGlueLoopBack.h b/source/blender/readstreamglue/intern/BLO_readStreamGlueLoopBack.h
index 1b32176bf3b..148b5016eb4 100644
--- a/source/blender/readstreamglue/intern/BLO_readStreamGlueLoopBack.h
+++ b/source/blender/readstreamglue/intern/BLO_readStreamGlueLoopBack.h
@@ -31,10 +31,6 @@
* streamglue loopback. Needed at start of Read stream.
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
struct readStreamGlueLoopBackStruct {
struct readStreamGlueStruct *streamGlue;
void *endControl;