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
This commit is contained in:
2002-12-27 13:11:01 +00:00
parent f78de74b20
commit f1c4f705a1
554 changed files with 3 additions and 2297 deletions

View File

@@ -38,10 +38,6 @@
#include "RAS_MaterialBucket.h"
#include "GEN_Map.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
class RAS_BucketManager
{

View File

@@ -32,10 +32,6 @@
#ifndef __RAS_CAMERADATA_H
#define __RAS_CAMERADATA_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct RAS_CameraData
{
float m_lens;

View File

@@ -33,10 +33,6 @@
#ifndef RAS_DEFORMER
#define RAS_DEFORMER
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifdef WIN32
#pragma warning (disable:4786) // get rid of stupid stl-visual compiler debug warning
#endif //WIN32

View File

@@ -32,10 +32,6 @@
#ifndef RAS_FRAMINGMANAGER_H
#define RAS_FRAMINGMANAGER_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
class RAS_Rect;
/**

View File

@@ -32,10 +32,6 @@
#ifndef __RAS_ICANVAS
#define __RAS_ICANVAS
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/**
* 2D rendering device context. The connection from 3d rendercontext to 2d surface.
*/

View File

@@ -34,10 +34,6 @@
#include "STR_HashedString.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/**
* Polygon Material on which the material buckets are sorted
*

View File

@@ -32,10 +32,6 @@
#ifndef __RAS_IRASTERIZER
#define __RAS_IRASTERIZER
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifdef WIN32
#pragma warning (disable:4786)
#endif

View File

@@ -38,10 +38,6 @@
#include <vector>
#include <algorithm>
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
class RAS_IPolyMaterial;
struct RAS_LightObject;

View File

@@ -34,10 +34,6 @@
#include "MT_CmMatrix4x4.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct RAS_LightObject
{
enum LightType{

View File

@@ -44,10 +44,6 @@
#include <set>
using namespace std;
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
typedef vector< vector<class RAS_TexVert>* > vecVertexArray;
typedef vector<unsigned int> KX_IndexArray;
typedef vector< KX_IndexArray* > vecIndexArrays;

View File

@@ -32,10 +32,6 @@
#ifndef __RAS_MESHOBJECT
#define __RAS_MESHOBJECT
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifdef WIN32
// disable the STL warnings ("debug information length > 255")
#pragma warning (disable:4786)

View File

@@ -32,10 +32,6 @@
#ifndef __RAS_OBJECTCOLOR_H
#define __RAS_OBJECTCOLOR_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct RAS_ObjectColor {
float m_red;
float m_green;

View File

@@ -32,10 +32,6 @@
#ifndef __RAS_CHECKVERTEXARRAYS
#define __RAS_CHECKVERTEXARRAYS
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
bool RAS_SystemSupportsVertexArrays();
#endif //__RAS_CHECKVERTEXARRAYS

View File

@@ -32,10 +32,6 @@
#ifndef __RAS_OPENGLRASTERIZER
#define __RAS_OPENGLRASTERIZER
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifdef WIN32
#pragma warning (disable:4786)
#endif
@@ -44,7 +40,6 @@
#include <vector>
using namespace std;
#include "RAS_IRasterizer.h"
#include "RAS_MaterialBucket.h"
#include "RAS_ICanvas.h"

View File

@@ -32,10 +32,6 @@
#ifndef __KX_VERTEXARRAYOPENGLRASTERIZER
#define __KX_VERTEXARRAYOPENGLRASTERIZER
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "RAS_OpenGLRasterizer.h"
class RAS_VAOpenGLRasterizer : public RAS_OpenGLRasterizer

View File

@@ -32,12 +32,7 @@
#ifndef __RAS_POLYGON
#define __RAS_POLYGON
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "RAS_TexVert.h"
//#include "KX_BoundingVolumes.h"
#include "RAS_MaterialBucket.h"
#include <vector>

View File

@@ -33,10 +33,6 @@
#ifndef _RAS_RECT
#define _RAS_RECT
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/**
* @section interface class.
* RAS_Rect just encodes a simple rectangle.

View File

@@ -37,10 +37,6 @@
#include "MT_Point2.h"
#include "RAS_TexVert.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
void RAS_CalcTexMatrix(RAS_TexVert p[3],MT_Point3& origin,MT_Vector3& udir,MT_Vector3& vdir);
#endif //__RASTEXMATRIX

View File

@@ -37,10 +37,6 @@
#include "MT_Point2.h"
#include "MT_Transform.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
static MT_Point3 g_pt3;
static MT_Point2 g_pt2;