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-26 21:25:17 +0300
committerKent Mein <mein@cs.umn.edu>2002-12-26 21:25:17 +0300
commitf78de74b202cefa087e9d6d1ac62a6d4f0bcf6eb (patch)
treeb60a385484bbf8b8dfd8547b0510d63a10db5fb9 /intern/decimation
parent331fffaecb45371875d60f015da24c911da8e42e (diff)
WooHoo me again ;)
I took out the following from the includes in the intern dir that still had it: -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif Kent -- mein@cs.umn.edu
Diffstat (limited to 'intern/decimation')
-rw-r--r--intern/decimation/extern/LOD_decimation.h4
-rw-r--r--intern/decimation/intern/LOD_DecimationClass.h6
-rw-r--r--intern/decimation/intern/LOD_EdgeCollapser.h6
-rw-r--r--intern/decimation/intern/LOD_ExternBufferEditor.h5
-rw-r--r--intern/decimation/intern/LOD_ExternNormalEditor.h6
-rw-r--r--intern/decimation/intern/LOD_FaceNormalEditor.h6
-rw-r--r--intern/decimation/intern/LOD_ManMesh2.h6
-rw-r--r--intern/decimation/intern/LOD_MeshBounds.h6
-rw-r--r--intern/decimation/intern/LOD_MeshException.h4
-rw-r--r--intern/decimation/intern/LOD_MeshPrimitives.h4
-rw-r--r--intern/decimation/intern/LOD_QSDecimator.h4
-rw-r--r--intern/decimation/intern/LOD_Quadric.h4
-rw-r--r--intern/decimation/intern/LOD_QuadricEditor.h4
13 files changed, 0 insertions, 65 deletions
diff --git a/intern/decimation/extern/LOD_decimation.h b/intern/decimation/extern/LOD_decimation.h
index 12e29a4a409..6ebce0206f3 100644
--- a/intern/decimation/extern/LOD_decimation.h
+++ b/intern/decimation/extern/LOD_decimation.h
@@ -40,10 +40,6 @@
#ifndef NAN_INCLUDED_LOD_decimation_h
#define NAN_INCLUDED_LOD_decimation_h
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#ifdef __cplusplus
extern "C" {
#endif
diff --git a/intern/decimation/intern/LOD_DecimationClass.h b/intern/decimation/intern/LOD_DecimationClass.h
index e29b3eb0119..1a3e8dd3620 100644
--- a/intern/decimation/intern/LOD_DecimationClass.h
+++ b/intern/decimation/intern/LOD_DecimationClass.h
@@ -30,14 +30,8 @@
*/
#ifndef NAN_INCLUDED_LOD_DecimationClass_h
-
#define NAN_INCLUDED_LOD_DecimationClass_h
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
-
#include "MEM_SmartPtr.h"
#include "MEM_NonCopyable.h"
diff --git a/intern/decimation/intern/LOD_EdgeCollapser.h b/intern/decimation/intern/LOD_EdgeCollapser.h
index d889ae25921..482eccacec2 100644
--- a/intern/decimation/intern/LOD_EdgeCollapser.h
+++ b/intern/decimation/intern/LOD_EdgeCollapser.h
@@ -30,14 +30,8 @@
*/
#ifndef NAN_INCLDUED_EgdeCollapser_h
-
#define NAN_INCLDUED_EgdeCollapser_h
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
-
// This is a helper class that collapses edges of a 2 - manifold mesh.
#include "LOD_MeshPrimitives.h"
diff --git a/intern/decimation/intern/LOD_ExternBufferEditor.h b/intern/decimation/intern/LOD_ExternBufferEditor.h
index 9496151dda5..9f628c4455b 100644
--- a/intern/decimation/intern/LOD_ExternBufferEditor.h
+++ b/intern/decimation/intern/LOD_ExternBufferEditor.h
@@ -38,11 +38,6 @@
#ifndef NAN_INCLUDED_LOD_ExternBufferEditor_h
#define NAN_INCLUDED_LOD_ExternBufferEditor_h
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
-
#include "LOD_MeshPrimitives.h"
#include <vector>
#include "LOD_ManMesh2.h"
diff --git a/intern/decimation/intern/LOD_ExternNormalEditor.h b/intern/decimation/intern/LOD_ExternNormalEditor.h
index bff3c9f388b..190ea5bdd8c 100644
--- a/intern/decimation/intern/LOD_ExternNormalEditor.h
+++ b/intern/decimation/intern/LOD_ExternNormalEditor.h
@@ -30,14 +30,8 @@
*/
#ifndef NAN_INCLUDED_ExternNormalEditor_h
-
#define NAN_INCLUDED_ExternNormalEditor_h
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
-
#include "MEM_NonCopyable.h"
#include "LOD_ManMesh2.h"
#include "MT_Vector3.h"
diff --git a/intern/decimation/intern/LOD_FaceNormalEditor.h b/intern/decimation/intern/LOD_FaceNormalEditor.h
index 3fab4888865..892e1f0fbc7 100644
--- a/intern/decimation/intern/LOD_FaceNormalEditor.h
+++ b/intern/decimation/intern/LOD_FaceNormalEditor.h
@@ -30,14 +30,8 @@
*/
#ifndef NAN_INCLUDED_FaceNormalEditor_h
-
#define NAN_INCLUDED_FaceNormalEditor_h
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
-
#include "MEM_NonCopyable.h"
#include "LOD_ManMesh2.h"
#include "MT_Vector3.h"
diff --git a/intern/decimation/intern/LOD_ManMesh2.h b/intern/decimation/intern/LOD_ManMesh2.h
index bcd137f261f..46ddcff5d80 100644
--- a/intern/decimation/intern/LOD_ManMesh2.h
+++ b/intern/decimation/intern/LOD_ManMesh2.h
@@ -30,14 +30,8 @@
*/
#ifndef NAN_INCLUDED_ManMesh2_h
-
#define NAN_INCLUDED_ManMesh2_h
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
-
#include "LOD_MeshPrimitives.h"
#include "MEM_SmartPtr.h"
#include <vector>
diff --git a/intern/decimation/intern/LOD_MeshBounds.h b/intern/decimation/intern/LOD_MeshBounds.h
index 74fcbc41480..f694ff2dcb3 100644
--- a/intern/decimation/intern/LOD_MeshBounds.h
+++ b/intern/decimation/intern/LOD_MeshBounds.h
@@ -30,14 +30,8 @@
*/
#ifndef NAN_INCLUDED_MeshBounds_h
-
#define NAN_INCLUDED_MeshBounds_h
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
-
#include "MEM_SmartPtr.h"
#include "LOD_MeshPrimitives.h"
#include "LOD_ManMesh2.h"
diff --git a/intern/decimation/intern/LOD_MeshException.h b/intern/decimation/intern/LOD_MeshException.h
index 252c86c5fb1..4bad167a81b 100644
--- a/intern/decimation/intern/LOD_MeshException.h
+++ b/intern/decimation/intern/LOD_MeshException.h
@@ -32,10 +32,6 @@
#ifndef NAN_INCLUDED_MeshExceptions_h
#define NAN_INCLUDED_MeshExceptions_h
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
class LOD_MeshException {
public :
diff --git a/intern/decimation/intern/LOD_MeshPrimitives.h b/intern/decimation/intern/LOD_MeshPrimitives.h
index 0ffb34e1cc3..1168c9cc813 100644
--- a/intern/decimation/intern/LOD_MeshPrimitives.h
+++ b/intern/decimation/intern/LOD_MeshPrimitives.h
@@ -32,10 +32,6 @@
#ifndef NAN_INCLUDED_MeshPrimitives_h
#define NAN_INCLUDED_MeshPrimitives_h
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include "MT_Vector3.h"
#include "CTR_TaggedIndex.h"
#include "CTR_UHeap.h"
diff --git a/intern/decimation/intern/LOD_QSDecimator.h b/intern/decimation/intern/LOD_QSDecimator.h
index f1364668e41..0492e0bf09e 100644
--- a/intern/decimation/intern/LOD_QSDecimator.h
+++ b/intern/decimation/intern/LOD_QSDecimator.h
@@ -32,10 +32,6 @@
#ifndef NAN_INCLUDED_LOD_QSDecimator_H
#define NAN_INCLUDED_LOD_QSDecimator_H
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include "MEM_NonCopyable.h"
#include "LOD_ManMesh2.h"
#include "LOD_ExternNormalEditor.h"
diff --git a/intern/decimation/intern/LOD_Quadric.h b/intern/decimation/intern/LOD_Quadric.h
index 16d3911538b..f06b0af65b0 100644
--- a/intern/decimation/intern/LOD_Quadric.h
+++ b/intern/decimation/intern/LOD_Quadric.h
@@ -32,10 +32,6 @@
#ifndef NAN_INCLUDED_LOD_Quadric_h
#define NAN_INCLUDED_LOD_Quadric_h
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include "MT_Vector3.h"
#include "MT_Matrix3x3.h"
diff --git a/intern/decimation/intern/LOD_QuadricEditor.h b/intern/decimation/intern/LOD_QuadricEditor.h
index 0e3a9d1813c..41e7d227d54 100644
--- a/intern/decimation/intern/LOD_QuadricEditor.h
+++ b/intern/decimation/intern/LOD_QuadricEditor.h
@@ -32,10 +32,6 @@
#ifndef NAN_INCLUDED_LOD_QuadricEditor_h
#define NAN_INCLUDED_LOD_QuadricEditor_h
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include "MEM_NonCopyable.h"
#include "LOD_ManMesh2.h"
#include "MT_Vector3.h"