From f78de74b202cefa087e9d6d1ac62a6d4f0bcf6eb Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Thu, 26 Dec 2002 18:25:17 +0000 Subject: WooHoo me again ;) I took out the following from the includes in the intern dir that still had it: -#ifdef HAVE_CONFIG_H -#include -#endif Kent -- mein@cs.umn.edu --- intern/decimation/extern/LOD_decimation.h | 4 ---- intern/decimation/intern/LOD_DecimationClass.h | 6 ------ intern/decimation/intern/LOD_EdgeCollapser.h | 6 ------ intern/decimation/intern/LOD_ExternBufferEditor.h | 5 ----- intern/decimation/intern/LOD_ExternNormalEditor.h | 6 ------ intern/decimation/intern/LOD_FaceNormalEditor.h | 6 ------ intern/decimation/intern/LOD_ManMesh2.h | 6 ------ intern/decimation/intern/LOD_MeshBounds.h | 6 ------ intern/decimation/intern/LOD_MeshException.h | 4 ---- intern/decimation/intern/LOD_MeshPrimitives.h | 4 ---- intern/decimation/intern/LOD_QSDecimator.h | 4 ---- intern/decimation/intern/LOD_Quadric.h | 4 ---- intern/decimation/intern/LOD_QuadricEditor.h | 4 ---- 13 files changed, 65 deletions(-) (limited to 'intern/decimation') 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 -#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 -#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 -#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 -#endif - - #include "LOD_MeshPrimitives.h" #include #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 -#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 -#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 -#endif - - #include "LOD_MeshPrimitives.h" #include "MEM_SmartPtr.h" #include 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 -#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 -#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 -#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 -#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 -#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 -#endif - #include "MEM_NonCopyable.h" #include "LOD_ManMesh2.h" #include "MT_Vector3.h" -- cgit v1.2.3