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/writestreamglue')
-rw-r--r--source/blender/writestreamglue/BLO_getPubKey.h13
-rw-r--r--source/blender/writestreamglue/BLO_writeStreamErrors.h4
-rw-r--r--source/blender/writestreamglue/BLO_writeStreamGlue.h4
-rw-r--r--source/blender/writestreamglue/intern/BLO_dumpFromMemory.h4
4 files changed, 2 insertions, 23 deletions
diff --git a/source/blender/writestreamglue/BLO_getPubKey.h b/source/blender/writestreamglue/BLO_getPubKey.h
index 3c63e7b500b..b9d8daf8ff6 100644
--- a/source/blender/writestreamglue/BLO_getPubKey.h
+++ b/source/blender/writestreamglue/BLO_getPubKey.h
@@ -32,15 +32,6 @@
* STUB: give back the dataStreamPubKey
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
-
- int
-getPubKey(byte *dataStreamPubKey,
- int dataStreamPubKeyLen,
- byte **publisherPubKey,
- int *publisherPubKeyLen);
-
+int getPubKey(byte *dataStreamPubKey, int dataStreamPubKeyLen,
+ byte **publisherPubKey, int *publisherPubKeyLen);
diff --git a/source/blender/writestreamglue/BLO_writeStreamErrors.h b/source/blender/writestreamglue/BLO_writeStreamErrors.h
index c926511eaa6..cc86660b8d0 100644
--- a/source/blender/writestreamglue/BLO_writeStreamErrors.h
+++ b/source/blender/writestreamglue/BLO_writeStreamErrors.h
@@ -36,10 +36,6 @@
#ifndef BLO_WRITESTREAMERRORS_H
#define BLO_WRITESTREAMERRORS_H
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#ifdef __cplusplus
extern "C" {
#endif
diff --git a/source/blender/writestreamglue/BLO_writeStreamGlue.h b/source/blender/writestreamglue/BLO_writeStreamGlue.h
index c5259b564fa..85101d8c79b 100644
--- a/source/blender/writestreamglue/BLO_writeStreamGlue.h
+++ b/source/blender/writestreamglue/BLO_writeStreamGlue.h
@@ -34,10 +34,6 @@
#ifndef BLO_WRITESTREAMGLUE_H
#define BLO_WRITESTREAMGLUE_H
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#ifdef __cplusplus
extern "C" {
#endif
diff --git a/source/blender/writestreamglue/intern/BLO_dumpFromMemory.h b/source/blender/writestreamglue/intern/BLO_dumpFromMemory.h
index 238f5c7a654..cb418f67f01 100644
--- a/source/blender/writestreamglue/intern/BLO_dumpFromMemory.h
+++ b/source/blender/writestreamglue/intern/BLO_dumpFromMemory.h
@@ -31,10 +31,6 @@
* streamglue loopback adds a streamGlueHeader to start of the write stream
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
int
BLO_dumpFromMemory(
unsigned char *data,