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
This commit is contained in:
Kent Mein
2002-12-26 18:25:17 +00:00
parent 331fffaecb
commit f78de74b20
128 changed files with 0 additions and 579 deletions

View File

@@ -30,13 +30,8 @@
*/
#ifndef CSG_BOOLEANOPS_H
#define CSG_BOOLEANOPS_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/**
* @section Interface structures for CSG module.

View File

@@ -30,13 +30,8 @@
*/
#ifndef NAN_INCLUDED_CSGException_h
#define NAN_INCLUDED_CSGException_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// stick in more error types as you think of them
enum BSP_ExceptionType{

View File

@@ -30,14 +30,8 @@
*/
#ifndef BSP_CSGHELPER_H
#define BSP_CSGHELPER_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
class BSP_CSGMesh;
class BSP_MeshFragment;

View File

@@ -30,14 +30,8 @@
*/
#ifndef BSP_CSGISplitter_h
#define BSP_CSGISplitter_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
class BSP_MeshFragment;
class BSP_CSGMesh;

View File

@@ -30,14 +30,8 @@
*/
#ifndef NAN_INCLUDED_BSP_CSGMesh_h
#define NAN_INCLUDED_BSP_CSGMesh_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BSP_MeshPrimitives.h"
#include "MEM_SmartPtr.h"
#include "MEM_RefCountPtr.h"

View File

@@ -30,14 +30,8 @@
*/
#ifndef BSP_CSGMeshBuilder_h
#define BSP_CSGMeshBuilder_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "../extern/CSG_BooleanOps.h"
#include "BSP_CSGMesh.h"
#include "MEM_NonCopyable.h"

View File

@@ -30,14 +30,8 @@
*/
#ifndef BSP_CSGMeshSplitter_h
#define BSP_CSGMeshSplitter_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
class BSP_MeshFragment;
class MT_Plane3;
class BSP_CSGMesh;

View File

@@ -30,14 +30,8 @@
*/
#ifndef BSP_CSGMesh_CFIterator_h
#define BSP_CSGMesh_CFIterator_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BSP_CSGMesh.h"
#include "../extern/CSG_BooleanOps.h"
/**

View File

@@ -30,14 +30,8 @@
*/
#ifndef BSP_CSGNCMeshSplitter_h
#define BSP_CSGNCMeshSplitter_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
class BSP_MeshFragment;
class MT_Plane3;
class BSP_CSGMesh;

View File

@@ -30,14 +30,8 @@
*/
#ifndef BSP_CSGUserData_h
#define BSP_CSGUserData_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <vector>
/**

View File

@@ -30,14 +30,8 @@
*/
#ifndef BSP_FragNode_h
#define BSP_FragNode_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BSP_FragTree.h"
#include "BSP_MeshFragment.h"
#include "MT_Plane3.h"

View File

@@ -30,14 +30,8 @@
*/
#ifndef BSP_FragTree_h
#define BSP_FragTree_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
class BSP_FragNode;
#include "MEM_SmartPtr.h"

View File

@@ -30,18 +30,11 @@
*/
#ifndef NAN_INCLUDED_BSP_MeshFragment_h
#define NAN_INCLUDED_BSP_MeshFragment_h
#define BSP_SPLIT_EPSILON MT_Scalar(1e-5)
#include <vector>
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BSP_MeshPrimitives.h"

View File

@@ -30,14 +30,8 @@
*/
#ifndef NAN_INCLUDED_BSP_MeshPrimitives
#define NAN_INCLUDED_BSP_MeshPrimitives
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "CTR_TaggedIndex.h"
#include "MT_Vector3.h"
#include "MT_Plane3.h"

View File

@@ -49,13 +49,7 @@
/** whatever your own Vector implementation might be. **/
/*****************************************************************/
#include <vector> // Include STL vector class.
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MT_Point3.h"
#include "BSP_MeshPrimitives.h"

View File

@@ -30,15 +30,8 @@
*/
#ifndef BSP_GhostTest_h
#define BSP_GhostTest_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "GHOST_IEventConsumer.h"
#include "MT_Vector3.h"
#include "BSP_TMesh.h"

View File

@@ -30,16 +30,8 @@
*/
#ifndef BSP_MeshDrawer_h
#define BSP_MeshDrawer_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
class BSP_TMesh;
class MT_Vector3;

View File

@@ -30,14 +30,8 @@
*/
#ifndef BSP_PlyLoader_h
#define BSP_PlyLoader_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MEM_SmartPtr.h"
#include "BSP_TMesh.h"

View File

@@ -30,14 +30,8 @@
*/
#ifndef BSP_TMesh_h
#define BSP_TMesh_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MT_Point3.h"
#include "MT_Vector3.h"
#include "MT_Transform.h"

View File

@@ -71,10 +71,6 @@ extern "C" {
#include <stdio.h>
#include <stddef.h>
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#define PLY_ASCII 1 /* ascii PLY file */
#define PLY_BINARY_BE 2 /* binary PLY file, big endian */
#define PLY_BINARY_LE 3 /* binary PLY file, little endian */