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/verify
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/verify')
-rw-r--r--source/blender/verify/BLO_sign_verify_Header.h4
-rw-r--r--source/blender/verify/BLO_signer_info.h4
-rw-r--r--source/blender/verify/BLO_verify.h4
3 files changed, 0 insertions, 12 deletions
diff --git a/source/blender/verify/BLO_sign_verify_Header.h b/source/blender/verify/BLO_sign_verify_Header.h
index 37470c72443..8f26eed95aa 100644
--- a/source/blender/verify/BLO_sign_verify_Header.h
+++ b/source/blender/verify/BLO_sign_verify_Header.h
@@ -34,10 +34,6 @@
#ifndef BLO_SIGN_VERIFY_H
#define BLO_SIGN_VERIFY_H
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#ifdef __cplusplus
extern "C" {
#endif
diff --git a/source/blender/verify/BLO_signer_info.h b/source/blender/verify/BLO_signer_info.h
index 0fdf9c6286a..d2e6b987147 100644
--- a/source/blender/verify/BLO_signer_info.h
+++ b/source/blender/verify/BLO_signer_info.h
@@ -33,10 +33,6 @@
#include "BLO_sign_verify_Header.h"
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
/* external struct for signer info */
struct BLO_SignerInfo {
diff --git a/source/blender/verify/BLO_verify.h b/source/blender/verify/BLO_verify.h
index 50eb2e4ab04..6396c4d6c73 100644
--- a/source/blender/verify/BLO_verify.h
+++ b/source/blender/verify/BLO_verify.h
@@ -33,10 +33,6 @@
#ifndef BLO_VERIFY_H
#define BLO_VERIFY_H
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#ifdef __cplusplus
extern "C" {
#endif