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:
authorKent Mein <mein@cs.umn.edu>2002-12-27 16:11:01 +0300
committerKent Mein <mein@cs.umn.edu>2002-12-27 16:11:01 +0300
commitf1c4f705a19cc9ae306431be7a970712a40a2d9a (patch)
treea0dac6b28132e480266a7d7c2d5f2c75613ca1a1 /source/blender/blenpluginapi
parentf78de74b202cefa087e9d6d1ac62a6d4f0bcf6eb (diff)
Removed the config.h thing from the .h's in the source dir.
So we should be all set now :) Kent -- mein@cs.umn.edu
Diffstat (limited to 'source/blender/blenpluginapi')
-rw-r--r--source/blender/blenpluginapi/floatpatch.h4
-rw-r--r--source/blender/blenpluginapi/iff.h4
-rw-r--r--source/blender/blenpluginapi/plugin.h4
-rw-r--r--source/blender/blenpluginapi/util.h4
4 files changed, 0 insertions, 16 deletions
diff --git a/source/blender/blenpluginapi/floatpatch.h b/source/blender/blenpluginapi/floatpatch.h
index b494ecdeb1a..d33ab7629e1 100644
--- a/source/blender/blenpluginapi/floatpatch.h
+++ b/source/blender/blenpluginapi/floatpatch.h
@@ -31,10 +31,6 @@
#ifndef FLOATPATCH_H
#define FLOATPATCH_H
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
/* floating point libs differ at systems... with these defines it comilies at all! */
#ifdef MIPS1
diff --git a/source/blender/blenpluginapi/iff.h b/source/blender/blenpluginapi/iff.h
index 951e0f0de52..5d422e413b4 100644
--- a/source/blender/blenpluginapi/iff.h
+++ b/source/blender/blenpluginapi/iff.h
@@ -34,10 +34,6 @@
#include <sys/types.h>
#include "util.h"
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#define IB_rect (1 << 0)
#define IB_planes (1 << 1)
#define IB_cmap (1 << 2)
diff --git a/source/blender/blenpluginapi/plugin.h b/source/blender/blenpluginapi/plugin.h
index 12864477e4d..59596b8b7df 100644
--- a/source/blender/blenpluginapi/plugin.h
+++ b/source/blender/blenpluginapi/plugin.h
@@ -31,10 +31,6 @@
#ifndef PLUGIN_H
#define PLUGIN_H
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include "iff.h"
#include "util.h"
#include "floatpatch.h"
diff --git a/source/blender/blenpluginapi/util.h b/source/blender/blenpluginapi/util.h
index a5b7a72ee9d..66540581ba5 100644
--- a/source/blender/blenpluginapi/util.h
+++ b/source/blender/blenpluginapi/util.h
@@ -31,10 +31,6 @@
#ifndef UTIL_H
#define UTIL_H
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include <sys/types.h>
#include <stdlib.h>
#include <string.h>