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/blenloader')
-rw-r--r--source/blender/blenloader/BLO_genfile.h4
-rw-r--r--source/blender/blenloader/BLO_readfile.h4
-rw-r--r--source/blender/blenloader/BLO_soundfile.h4
-rw-r--r--source/blender/blenloader/BLO_writefile.h4
-rw-r--r--source/blender/blenloader/intern/genfile.h4
-rw-r--r--source/blender/blenloader/intern/readfile.h4
6 files changed, 0 insertions, 24 deletions
diff --git a/source/blender/blenloader/BLO_genfile.h b/source/blender/blenloader/BLO_genfile.h
index 5b6d4900d98..fadd81a59cc 100644
--- a/source/blender/blenloader/BLO_genfile.h
+++ b/source/blender/blenloader/BLO_genfile.h
@@ -34,10 +34,6 @@
#ifndef BLO_GENFILE_H
#define BLO_GENFILE_H
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
int BLO_findstruct_offset(char *structname, char *member);// used by py_main.c
#endif
diff --git a/source/blender/blenloader/BLO_readfile.h b/source/blender/blenloader/BLO_readfile.h
index 5267471af52..c664f7f5354 100644
--- a/source/blender/blenloader/BLO_readfile.h
+++ b/source/blender/blenloader/BLO_readfile.h
@@ -33,10 +33,6 @@
#ifndef BLO_READFILE_H
#define BLO_READFILE_H
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#ifdef __cplusplus
extern "C" {
#endif
diff --git a/source/blender/blenloader/BLO_soundfile.h b/source/blender/blenloader/BLO_soundfile.h
index 51da3543f83..3a8ff3fcb99 100644
--- a/source/blender/blenloader/BLO_soundfile.h
+++ b/source/blender/blenloader/BLO_soundfile.h
@@ -32,10 +32,6 @@
#ifndef BLO_SOUNDFILE_H
#define BLO_SOUNDFILE_H
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include "DNA_sound_types.h"
#include "DNA_packedFile_types.h"
diff --git a/source/blender/blenloader/BLO_writefile.h b/source/blender/blenloader/BLO_writefile.h
index 41d8dabeedf..1bbbf7ea4c9 100644
--- a/source/blender/blenloader/BLO_writefile.h
+++ b/source/blender/blenloader/BLO_writefile.h
@@ -34,10 +34,6 @@
#ifndef BLO_WRITEFILE_H
#define BLO_WRITEFILE_H
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
int BLO_write_file(char *dir, int write_flags, char **error_r);
void BLO_write_runtime(char *file, char *exename);
diff --git a/source/blender/blenloader/intern/genfile.h b/source/blender/blenloader/intern/genfile.h
index 91adbc4070d..e23802958ee 100644
--- a/source/blender/blenloader/intern/genfile.h
+++ b/source/blender/blenloader/intern/genfile.h
@@ -34,10 +34,6 @@
#ifndef GENFILE_H
#define GENFILE_H
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
struct SDNA;
int dna_findstruct_nr(struct SDNA *sdna, char *str);
diff --git a/source/blender/blenloader/intern/readfile.h b/source/blender/blenloader/intern/readfile.h
index 8122639059a..a052b940c7c 100644
--- a/source/blender/blenloader/intern/readfile.h
+++ b/source/blender/blenloader/intern/readfile.h
@@ -33,10 +33,6 @@
#ifndef READFILE_H
#define READFILE_H
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
struct OldNewMap;
typedef struct FileData {