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/radiosity
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/radiosity')
-rw-r--r--source/blender/radiosity/extern/include/radio.h4
-rw-r--r--source/blender/radiosity/extern/include/radio_types.h4
2 files changed, 0 insertions, 8 deletions
diff --git a/source/blender/radiosity/extern/include/radio.h b/source/blender/radiosity/extern/include/radio.h
index 3c949055fdc..23190a02ec2 100644
--- a/source/blender/radiosity/extern/include/radio.h
+++ b/source/blender/radiosity/extern/include/radio.h
@@ -43,10 +43,6 @@
/* type include */
#include "radio_types.h"
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
extern RadGlobal RG;
/* radfactors.c */
diff --git a/source/blender/radiosity/extern/include/radio_types.h b/source/blender/radiosity/extern/include/radio_types.h
index a0f9445355a..b485495e845 100644
--- a/source/blender/radiosity/extern/include/radio_types.h
+++ b/source/blender/radiosity/extern/include/radio_types.h
@@ -41,10 +41,6 @@
#include "DNA_listBase.h"
#include "DNA_material_types.h"
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#define DTWIRE 0
#define DTGOUR 2
#define DTSOLID 1