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:
authorCampbell Barton <ideasman42@gmail.com>2010-04-18 14:28:37 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-04-18 14:28:37 +0400
commit8f1500da005e4f84fd593492822c6d99e768c354 (patch)
tree942f6960b50fb03430f4dcd934837213d7d76695 /source/blender/readblenfile
parent45441c07d4609493aecf265b64ad0c108722e9db (diff)
remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now.
Diffstat (limited to 'source/blender/readblenfile')
-rw-r--r--source/blender/readblenfile/intern/BLO_readblenfile.c4
-rw-r--r--source/blender/readblenfile/test/test.c4
2 files changed, 0 insertions, 8 deletions
diff --git a/source/blender/readblenfile/intern/BLO_readblenfile.c b/source/blender/readblenfile/intern/BLO_readblenfile.c
index dcb9464775b..608c8fccd18 100644
--- a/source/blender/readblenfile/intern/BLO_readblenfile.c
+++ b/source/blender/readblenfile/intern/BLO_readblenfile.c
@@ -37,10 +37,6 @@
#include <string.h>
#include <fcntl.h>
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#ifdef WIN32
#include <io.h> // read, open
#include "BLI_winstuff.h"
diff --git a/source/blender/readblenfile/test/test.c b/source/blender/readblenfile/test/test.c
index 1706da59d92..1cb4f7e92f3 100644
--- a/source/blender/readblenfile/test/test.c
+++ b/source/blender/readblenfile/test/test.c
@@ -29,10 +29,6 @@
#include <string.h> // strlen
#include "BLO_readblenfile.h"
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
struct streamGlueControlStruct *Global_streamGlueControl;
int