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

@ -43,10 +43,6 @@
#ifndef __BMF_API_H #ifndef __BMF_API_H
#define __BMF_API_H #define __BMF_API_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif

@ -39,10 +39,6 @@
#ifndef __BMF_FONTS_H #ifndef __BMF_FONTS_H
#define __BMF_FONTS_H #define __BMF_FONTS_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BMF_Settings.h" #include "BMF_Settings.h"
typedef enum typedef enum

@ -39,10 +39,6 @@
#ifndef __BMF_SETTINGS_H #ifndef __BMF_SETTINGS_H
#define __BMF_SETTINGS_H #define __BMF_SETTINGS_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/* This font is included always */ /* This font is included always */
#define BMF_INCLUDE_HELV10 1 #define BMF_INCLUDE_HELV10 1

@ -38,10 +38,6 @@
#ifndef __BMF_BITMAP_FONT_H #ifndef __BMF_BITMAP_FONT_H
#define __BMF_BITMAP_FONT_H #define __BMF_BITMAP_FONT_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BMF_FontData.h" #include "BMF_FontData.h"
/** /**

@ -38,10 +38,6 @@
#ifndef __BMF_FONTDATA_H__ #ifndef __BMF_FONTDATA_H__
#define __BMF_FONTDATA_H__ #define __BMF_FONTDATA_H__
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
typedef struct { typedef struct {
signed char width, height; signed char width, height;
signed char xorig, yorig; signed char xorig, yorig;

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

@ -30,13 +30,8 @@
*/ */
#ifndef NAN_INCLUDED_CSGException_h #ifndef NAN_INCLUDED_CSGException_h
#define 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 // stick in more error types as you think of them
enum BSP_ExceptionType{ enum BSP_ExceptionType{

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@ -64,11 +64,6 @@
#ifndef CTR_LIST_H #ifndef CTR_LIST_H
#define CTR_LIST_H #define CTR_LIST_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
class CTR_Link { class CTR_Link {
public: public:
CTR_Link( CTR_Link(

@ -30,13 +30,8 @@
*/ */
#ifndef CTR_MAP_H #ifndef CTR_MAP_H
#define CTR_MAP_H #define CTR_MAP_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
template <class Key, class Value> template <class Key, class Value>
class CTR_Map { class CTR_Map {
private: private:

@ -50,11 +50,6 @@
#include <functional> #include <functional>
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
enum { enum {
empty_tag = 0x0, empty_tag = 0x0,

@ -32,11 +32,6 @@
#ifndef NAN_INCLUDED_LOD_TaggedSetOps_h #ifndef NAN_INCLUDED_LOD_TaggedSetOps_h
#define NAN_INCLUDED_LOD_TaggedSetOps_h #define NAN_INCLUDED_LOD_TaggedSetOps_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MEM_NonCopyable.h" #include "MEM_NonCopyable.h"
#include <vector> #include <vector>

@ -49,10 +49,6 @@
#include <vector> #include <vector>
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MEM_NonCopyable.h" #include "MEM_NonCopyable.h"
class CTR_UHeapable { class CTR_UHeapable {

@ -40,10 +40,6 @@
#ifndef NAN_INCLUDED_LOD_decimation_h #ifndef NAN_INCLUDED_LOD_decimation_h
#define NAN_INCLUDED_LOD_decimation_h #define NAN_INCLUDED_LOD_decimation_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif

@ -30,14 +30,8 @@
*/ */
#ifndef NAN_INCLUDED_LOD_DecimationClass_h #ifndef NAN_INCLUDED_LOD_DecimationClass_h
#define 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_SmartPtr.h"
#include "MEM_NonCopyable.h" #include "MEM_NonCopyable.h"

@ -30,14 +30,8 @@
*/ */
#ifndef NAN_INCLDUED_EgdeCollapser_h #ifndef NAN_INCLDUED_EgdeCollapser_h
#define 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. // This is a helper class that collapses edges of a 2 - manifold mesh.
#include "LOD_MeshPrimitives.h" #include "LOD_MeshPrimitives.h"

@ -38,11 +38,6 @@
#ifndef NAN_INCLUDED_LOD_ExternBufferEditor_h #ifndef NAN_INCLUDED_LOD_ExternBufferEditor_h
#define NAN_INCLUDED_LOD_ExternBufferEditor_h #define NAN_INCLUDED_LOD_ExternBufferEditor_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "LOD_MeshPrimitives.h" #include "LOD_MeshPrimitives.h"
#include <vector> #include <vector>
#include "LOD_ManMesh2.h" #include "LOD_ManMesh2.h"

@ -30,14 +30,8 @@
*/ */
#ifndef NAN_INCLUDED_ExternNormalEditor_h #ifndef NAN_INCLUDED_ExternNormalEditor_h
#define NAN_INCLUDED_ExternNormalEditor_h #define NAN_INCLUDED_ExternNormalEditor_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MEM_NonCopyable.h" #include "MEM_NonCopyable.h"
#include "LOD_ManMesh2.h" #include "LOD_ManMesh2.h"
#include "MT_Vector3.h" #include "MT_Vector3.h"

@ -30,14 +30,8 @@
*/ */
#ifndef NAN_INCLUDED_FaceNormalEditor_h #ifndef NAN_INCLUDED_FaceNormalEditor_h
#define NAN_INCLUDED_FaceNormalEditor_h #define NAN_INCLUDED_FaceNormalEditor_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MEM_NonCopyable.h" #include "MEM_NonCopyable.h"
#include "LOD_ManMesh2.h" #include "LOD_ManMesh2.h"
#include "MT_Vector3.h" #include "MT_Vector3.h"

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

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

@ -32,10 +32,6 @@
#ifndef NAN_INCLUDED_MeshExceptions_h #ifndef NAN_INCLUDED_MeshExceptions_h
#define NAN_INCLUDED_MeshExceptions_h #define NAN_INCLUDED_MeshExceptions_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
class LOD_MeshException { class LOD_MeshException {
public : public :

@ -32,10 +32,6 @@
#ifndef NAN_INCLUDED_MeshPrimitives_h #ifndef NAN_INCLUDED_MeshPrimitives_h
#define NAN_INCLUDED_MeshPrimitives_h #define NAN_INCLUDED_MeshPrimitives_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MT_Vector3.h" #include "MT_Vector3.h"
#include "CTR_TaggedIndex.h" #include "CTR_TaggedIndex.h"
#include "CTR_UHeap.h" #include "CTR_UHeap.h"

@ -32,10 +32,6 @@
#ifndef NAN_INCLUDED_LOD_QSDecimator_H #ifndef NAN_INCLUDED_LOD_QSDecimator_H
#define NAN_INCLUDED_LOD_QSDecimator_H #define NAN_INCLUDED_LOD_QSDecimator_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MEM_NonCopyable.h" #include "MEM_NonCopyable.h"
#include "LOD_ManMesh2.h" #include "LOD_ManMesh2.h"
#include "LOD_ExternNormalEditor.h" #include "LOD_ExternNormalEditor.h"

@ -32,10 +32,6 @@
#ifndef NAN_INCLUDED_LOD_Quadric_h #ifndef NAN_INCLUDED_LOD_Quadric_h
#define 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_Vector3.h"
#include "MT_Matrix3x3.h" #include "MT_Matrix3x3.h"

@ -32,10 +32,6 @@
#ifndef NAN_INCLUDED_LOD_QuadricEditor_h #ifndef NAN_INCLUDED_LOD_QuadricEditor_h
#define NAN_INCLUDED_LOD_QuadricEditor_h #define NAN_INCLUDED_LOD_QuadricEditor_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MEM_NonCopyable.h" #include "MEM_NonCopyable.h"
#include "LOD_ManMesh2.h" #include "LOD_ManMesh2.h"
#include "MT_Vector3.h" #include "MT_Vector3.h"

@ -34,10 +34,6 @@
#include "GHOST_Types.h" #include "GHOST_Types.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif

@ -40,10 +40,6 @@
#ifndef _GHOST_IEVENT_H_ #ifndef _GHOST_IEVENT_H_
#define _GHOST_IEVENT_H_ #define _GHOST_IEVENT_H_
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "GHOST_Types.h" #include "GHOST_Types.h"
class GHOST_IWindow; class GHOST_IWindow;

@ -40,10 +40,6 @@
#ifndef _GHOST_IEVENT_CONSUMER_H_ #ifndef _GHOST_IEVENT_CONSUMER_H_
#define _GHOST_IEVENT_CONSUMER_H_ #define _GHOST_IEVENT_CONSUMER_H_
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "GHOST_IEvent.h" #include "GHOST_IEvent.h"
/** /**

@ -40,10 +40,6 @@
#ifndef _GHOST_ISYSTEM_H_ #ifndef _GHOST_ISYSTEM_H_
#define _GHOST_ISYSTEM_H_ #define _GHOST_ISYSTEM_H_
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "GHOST_Types.h" #include "GHOST_Types.h"
#include "GHOST_ITimerTask.h" #include "GHOST_ITimerTask.h"
#include "GHOST_IWindow.h" #include "GHOST_IWindow.h"

@ -40,10 +40,6 @@
#ifndef _GHOST_ITIMER_TASK_H_ #ifndef _GHOST_ITIMER_TASK_H_
#define _GHOST_ITIMER_TASK_H_ #define _GHOST_ITIMER_TASK_H_
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "GHOST_Types.h" #include "GHOST_Types.h"

@ -40,10 +40,6 @@
#ifndef _GHOST_IWINDOW_H_ #ifndef _GHOST_IWINDOW_H_
#define _GHOST_IWINDOW_H_ #define _GHOST_IWINDOW_H_
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "STR_String.h" #include "STR_String.h"
#include "GHOST_Rect.h" #include "GHOST_Rect.h"
#include "GHOST_Types.h" #include "GHOST_Types.h"

@ -40,10 +40,6 @@
#ifndef _H_GHOST_Rect #ifndef _H_GHOST_Rect
#define _H_GHOST_Rect #define _H_GHOST_Rect
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "GHOST_Types.h" #include "GHOST_Types.h"

@ -40,10 +40,6 @@
#ifndef _GHOST_TYPES_H_ #ifndef _GHOST_TYPES_H_
#define _GHOST_TYPES_H_ #define _GHOST_TYPES_H_
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
typedef char GHOST_TInt8; typedef char GHOST_TInt8;
typedef unsigned char GHOST_TUns8; typedef unsigned char GHOST_TUns8;
typedef short GHOST_TInt16; typedef short GHOST_TInt16;

@ -40,10 +40,6 @@
#ifndef _GHOST_BUTTONS_H_ #ifndef _GHOST_BUTTONS_H_
#define _GHOST_BUTTONS_H_ #define _GHOST_BUTTONS_H_
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "GHOST_Types.h" #include "GHOST_Types.h"

@ -40,10 +40,6 @@
#ifndef _GHOST_CALLBACK_EVENT_CONSUMER_H_ #ifndef _GHOST_CALLBACK_EVENT_CONSUMER_H_
#define _GHOST_CALLBACK_EVENT_CONSUMER_H_ #define _GHOST_CALLBACK_EVENT_CONSUMER_H_
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "GHOST_IEventConsumer.h" #include "GHOST_IEventConsumer.h"
#include "GHOST_C-api.h" #include "GHOST_C-api.h"

@ -40,10 +40,6 @@
#ifndef _GHOST_DEBUG_H_ #ifndef _GHOST_DEBUG_H_
#define _GHOST_DEBUG_H_ #define _GHOST_DEBUG_H_
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifdef WIN32 #ifdef WIN32
#ifdef _DEBUG #ifdef _DEBUG
#pragma warning (disable:4786) // suppress stl-MSVC debug info warning #pragma warning (disable:4786) // suppress stl-MSVC debug info warning

@ -40,10 +40,6 @@
#ifndef _GHOST_DISPLAY_MANAGER_H_ #ifndef _GHOST_DISPLAY_MANAGER_H_
#define _GHOST_DISPLAY_MANAGER_H_ #define _GHOST_DISPLAY_MANAGER_H_
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "GHOST_Types.h" #include "GHOST_Types.h"
#ifdef WIN32 #ifdef WIN32

@ -40,10 +40,6 @@
#ifndef _GHOST_DISPLAY_MANAGER_CARBON_H_ #ifndef _GHOST_DISPLAY_MANAGER_CARBON_H_
#define _GHOST_DISPLAY_MANAGER_CARBON_H_ #define _GHOST_DISPLAY_MANAGER_CARBON_H_
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifndef __APPLE__ #ifndef __APPLE__
#error Apple only! #error Apple only!
#endif // __APPLE__ #endif // __APPLE__

@ -40,10 +40,6 @@
#ifndef _GHOST_DISPLAY_MANAGER_WIN32_H_ #ifndef _GHOST_DISPLAY_MANAGER_WIN32_H_
#define _GHOST_DISPLAY_MANAGER_WIN32_H_ #define _GHOST_DISPLAY_MANAGER_WIN32_H_
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifndef WIN32 #ifndef WIN32
#error WIN32 only! #error WIN32 only!
#endif // WIN32 #endif // WIN32

@ -40,10 +40,6 @@
#ifndef _GHOST_DISPLAY_MANAGER_X11_H_ #ifndef _GHOST_DISPLAY_MANAGER_X11_H_
#define _GHOST_DISPLAY_MANAGER_X11_H_ #define _GHOST_DISPLAY_MANAGER_X11_H_
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "GHOST_DisplayManager.h" #include "GHOST_DisplayManager.h"

@ -40,10 +40,6 @@
#ifndef _GHOST_EVENT_H_ #ifndef _GHOST_EVENT_H_
#define _GHOST_EVENT_H_ #define _GHOST_EVENT_H_
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "GHOST_IEvent.h" #include "GHOST_IEvent.h"

@ -40,10 +40,6 @@
#ifndef _GHOST_EVENT_BUTTON_H_ #ifndef _GHOST_EVENT_BUTTON_H_
#define _GHOST_EVENT_BUTTON_H_ #define _GHOST_EVENT_BUTTON_H_
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "GHOST_Event.h" #include "GHOST_Event.h"
/** /**

@ -40,10 +40,6 @@
#ifndef _GHOST_EVENT_CURSOR_H_ #ifndef _GHOST_EVENT_CURSOR_H_
#define _GHOST_EVENT_CURSOR_H_ #define _GHOST_EVENT_CURSOR_H_
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "GHOST_Event.h" #include "GHOST_Event.h"
/** /**

@ -40,10 +40,6 @@
#ifndef _GHOST_EVENT_KEY_H_ #ifndef _GHOST_EVENT_KEY_H_
#define _GHOST_EVENT_KEY_H_ #define _GHOST_EVENT_KEY_H_
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "GHOST_Event.h" #include "GHOST_Event.h"
/** /**

@ -40,10 +40,6 @@
#ifndef _GHOST_EVENT_MANAGER_H_ #ifndef _GHOST_EVENT_MANAGER_H_
#define _GHOST_EVENT_MANAGER_H_ #define _GHOST_EVENT_MANAGER_H_
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifdef WIN32 #ifdef WIN32
#pragma warning (disable:4786) // suppress stl-MSVC debug info warning #pragma warning (disable:4786) // suppress stl-MSVC debug info warning
#endif // WIN32 #endif // WIN32

@ -40,10 +40,6 @@
#ifndef _GHOST_EVENT_PRINTER_H_ #ifndef _GHOST_EVENT_PRINTER_H_
#define _GHOST_EVENT_PRINTER_H_ #define _GHOST_EVENT_PRINTER_H_
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "GHOST_IEventConsumer.h" #include "GHOST_IEventConsumer.h"
#include "STR_String.h" #include "STR_String.h"

@ -40,10 +40,6 @@
#ifndef _GHOST_MODIFIER_KEYS_H_ #ifndef _GHOST_MODIFIER_KEYS_H_
#define _GHOST_MODIFIER_KEYS_H_ #define _GHOST_MODIFIER_KEYS_H_
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "GHOST_Types.h" #include "GHOST_Types.h"
struct GHOST_ModifierKeys struct GHOST_ModifierKeys

@ -40,10 +40,6 @@
#ifndef _GHOST_SYSTEM_H_ #ifndef _GHOST_SYSTEM_H_
#define _GHOST_SYSTEM_H_ #define _GHOST_SYSTEM_H_
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "GHOST_ISystem.h" #include "GHOST_ISystem.h"
#include "GHOST_Debug.h" #include "GHOST_Debug.h"

@ -46,10 +46,6 @@
#include <Carbon/Carbon.h> #include <Carbon/Carbon.h>
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "GHOST_System.h" #include "GHOST_System.h"
class GHOST_EventCursor; class GHOST_EventCursor;

@ -40,10 +40,6 @@
#ifndef _GHOST_SYSTEM_CARBON_H_ #ifndef _GHOST_SYSTEM_CARBON_H_
#define _GHOST_SYSTEM_CARBON_H_ #define _GHOST_SYSTEM_CARBON_H_
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifndef __APPLE__ #ifndef __APPLE__
#error Apple OSX only! #error Apple OSX only!
#endif // __APPLE__ #endif // __APPLE__

@ -40,10 +40,6 @@
#ifndef _GHOST_SYSTEM_WIN32_H_ #ifndef _GHOST_SYSTEM_WIN32_H_
#define _GHOST_SYSTEM_WIN32_H_ #define _GHOST_SYSTEM_WIN32_H_
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifndef WIN32 #ifndef WIN32
#error WIN32 only! #error WIN32 only!
#endif // WIN32 #endif // WIN32

@ -43,10 +43,6 @@
#include <X11/Xlib.h> #include <X11/Xlib.h>
#include <GL/glx.h> #include <GL/glx.h>
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "GHOST_System.h" #include "GHOST_System.h"
#include "../GHOST_Types.h" #include "../GHOST_Types.h"

@ -40,10 +40,6 @@
#ifndef _GHOST_TIMER_MANAGER_H_ #ifndef _GHOST_TIMER_MANAGER_H_
#define _GHOST_TIMER_MANAGER_H_ #define _GHOST_TIMER_MANAGER_H_
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifdef WIN32 #ifdef WIN32
#pragma warning (disable:4786) // suppress stl-MSVC debug info warning #pragma warning (disable:4786) // suppress stl-MSVC debug info warning
#endif // WIN32 #endif // WIN32

@ -40,10 +40,6 @@
#ifndef _GHOST_TIMER_TASK_H_ #ifndef _GHOST_TIMER_TASK_H_
#define _GHOST_TIMER_TASK_H_ #define _GHOST_TIMER_TASK_H_
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "GHOST_ITimerTask.h" #include "GHOST_ITimerTask.h"

@ -40,10 +40,6 @@
#ifndef _GHOST_WINDOW_H_ #ifndef _GHOST_WINDOW_H_
#define _GHOST_WINDOW_H_ #define _GHOST_WINDOW_H_
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "GHOST_IWindow.h" #include "GHOST_IWindow.h"
class STR_String; class STR_String;

@ -40,10 +40,6 @@
#ifndef _GHOST_WINDOW_CARBON_H_ #ifndef _GHOST_WINDOW_CARBON_H_
#define _GHOST_WINDOW_CARBON_H_ #define _GHOST_WINDOW_CARBON_H_
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifndef __APPLE__ #ifndef __APPLE__
#error Apple OSX only! #error Apple OSX only!
#endif // __APPLE__ #endif // __APPLE__

@ -40,10 +40,6 @@
#ifndef _GHOST_WINDOW_MANAGER_H_ #ifndef _GHOST_WINDOW_MANAGER_H_
#define _GHOST_WINDOW_MANAGER_H_ #define _GHOST_WINDOW_MANAGER_H_
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifdef WIN32 #ifdef WIN32
#pragma warning (disable:4786) // suppress stl-MSVC debug info warning #pragma warning (disable:4786) // suppress stl-MSVC debug info warning
#endif // WIN32 #endif // WIN32

@ -40,10 +40,6 @@
#ifndef _GHOST_WINDOW_WIN32_H_ #ifndef _GHOST_WINDOW_WIN32_H_
#define _GHOST_WINDOW_WIN32_H_ #define _GHOST_WINDOW_WIN32_H_
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifndef WIN32 #ifndef WIN32
#error WIN32 only! #error WIN32 only!
#endif // WIN32 #endif // WIN32

@ -40,10 +40,6 @@
#ifndef _GHOST_WINDOWX11_H_ #ifndef _GHOST_WINDOWX11_H_
#define _GHOST_WINDOWX11_H_ #define _GHOST_WINDOWX11_H_
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "GHOST_Window.h" #include "GHOST_Window.h"
#include <X11/Xlib.h> #include <X11/Xlib.h>
#include <GL/glx.h> #include <GL/glx.h>

@ -29,11 +29,6 @@
* ***** END GPL/BL DUAL LICENSE BLOCK ***** * ***** END GPL/BL DUAL LICENSE BLOCK *****
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
int min_i (int a, int b); int min_i (int a, int b);
int max_i (int a, int b); int max_i (int a, int b);

@ -29,11 +29,6 @@
* ***** END GPL/BL DUAL LICENSE BLOCK ***** * ***** END GPL/BL DUAL LICENSE BLOCK *****
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
char *eventtype_to_string(GHOST_TEventType type); char *eventtype_to_string(GHOST_TEventType type);
void event_to_buf(GHOST_EventHandle evt, char buf[128]); void event_to_buf(GHOST_EventHandle evt, char buf[128]);

@ -29,10 +29,6 @@
* ***** END GPL/BL DUAL LICENSE BLOCK ***** * ***** END GPL/BL DUAL LICENSE BLOCK *****
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#if defined(WIN32) || defined(__APPLE__) #if defined(WIN32) || defined(__APPLE__)
#ifdef WIN32 #ifdef WIN32

@ -29,10 +29,6 @@
* ***** END GPL/BL DUAL LICENSE BLOCK ***** * ***** END GPL/BL DUAL LICENSE BLOCK *****
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
typedef struct _ScrollBar ScrollBar; typedef struct _ScrollBar ScrollBar;

@ -29,10 +29,6 @@
* ***** END GPL/BL DUAL LICENSE BLOCK ***** * ***** END GPL/BL DUAL LICENSE BLOCK *****
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
void* memdbl (void *mem, int *size_pr, int item_size); void* memdbl (void *mem, int *size_pr, int item_size);
char* string_dup (char *str); char* string_dup (char *str);

@ -29,12 +29,7 @@
* ***** END GPL/BL DUAL LICENSE BLOCK ***** * ***** END GPL/BL DUAL LICENSE BLOCK *****
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
typedef void (*WindowDataHandler)(void *priv, GHOST_EventHandle evt); typedef void (*WindowDataHandler)(void *priv, GHOST_EventHandle evt);
typedef struct _WindowData WindowData; typedef struct _WindowData WindowData;
/***/ /***/

@ -61,10 +61,6 @@
#ifndef MEM_MALLOCN_H #ifndef MEM_MALLOCN_H
#define MEM_MALLOCN_H #define MEM_MALLOCN_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/* Needed for FILE* */ /* Needed for FILE* */
#include "stdio.h" #include "stdio.h"

@ -73,11 +73,6 @@
#ifndef NAN_INCLUDED_IK_solver_h #ifndef NAN_INCLUDED_IK_solver_h
#define NAN_INCLUDED_IK_solver_h #define NAN_INCLUDED_IK_solver_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif

@ -25,8 +25,6 @@
* *
*/ */
#ifndef CHOLESKY_H #ifndef CHOLESKY_H
#define CHOLESKY_H #define CHOLESKY_H

@ -26,8 +26,6 @@
* *
*/ */
#ifndef STPWATCH_H #ifndef STPWATCH_H
#define STPWATCH_H #define STPWATCH_H

@ -32,10 +32,6 @@
#ifndef NAN_INCLUDED_GlutDrawer #ifndef NAN_INCLUDED_GlutDrawer
#define NAN_INCLUDED_GlutDrawer #define NAN_INCLUDED_GlutDrawer
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MEM_NonCopyable.h" #include "MEM_NonCopyable.h"
#include "MEM_SmartPtr.h" #include "MEM_SmartPtr.h"

@ -32,10 +32,6 @@
#ifndef NAN_INCLUDED_GlutKeyboardManager #ifndef NAN_INCLUDED_GlutKeyboardManager
#define NAN_INCLUDED_GlutKeyboardManager #define NAN_INCLUDED_GlutKeyboardManager
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MEM_NonCopyable.h" #include "MEM_NonCopyable.h"
#include "MEM_SmartPtr.h" #include "MEM_SmartPtr.h"

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

@ -32,10 +32,6 @@
#ifndef NAN_INCLUDED_ChainDrawer_h #ifndef NAN_INCLUDED_ChainDrawer_h
#define NAN_INCLUDED_ChainDrawer_h #define NAN_INCLUDED_ChainDrawer_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "../common/GlutDrawer.h" #include "../common/GlutDrawer.h"
#include "MyGlutMouseHandler.h" #include "MyGlutMouseHandler.h"
#include "MyGlutKeyHandler.h" #include "MyGlutKeyHandler.h"

@ -32,11 +32,6 @@
#ifndef NAN_INCLUDED_MyGlutKeyHandler_h #ifndef NAN_INCLUDED_MyGlutKeyHandler_h
#define NAN_INCLUDED_MyGlutKeyHandler_h #define NAN_INCLUDED_MyGlutKeyHandler_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "../common/GlutKeyboardManager.h" #include "../common/GlutKeyboardManager.h"
class MyGlutKeyHandler : public GlutKeyboardHandler class MyGlutKeyHandler : public GlutKeyboardHandler

@ -32,10 +32,6 @@
#ifndef NAN_INCLUDED_MyGlutMouseHandler_h #ifndef NAN_INCLUDED_MyGlutMouseHandler_h
#define NAN_INCLUDED_MyGlutMouseHandler_h #define NAN_INCLUDED_MyGlutMouseHandler_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "../common/GlutMouseManager.h" #include "../common/GlutMouseManager.h"
#include <GL/glut.h> #include <GL/glut.h>
#include "IK_solver.h" #include "IK_solver.h"

@ -41,10 +41,6 @@
#ifndef _H_IMG_Pixmap #ifndef _H_IMG_Pixmap
#define _H_IMG_Pixmap #define _H_IMG_Pixmap
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "GEN_Types.h" #include "GEN_Types.h"
#include "GEN_Rect.h" #include "GEN_Rect.h"

@ -45,11 +45,6 @@
#ifndef _H_IMG_PixmapRGBA32 #ifndef _H_IMG_PixmapRGBA32
#define _H_IMG_PixmapRGBA32 #define _H_IMG_PixmapRGBA32
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "IMG_Pixmap.h" #include "IMG_Pixmap.h"
#include "IMG_MemPtr.h" #include "IMG_MemPtr.h"
#include "IMG_Color.h" #include "IMG_Color.h"

@ -43,13 +43,8 @@
#ifndef _H_IMG_Color #ifndef _H_IMG_Color
#define _H_IMG_Color #define _H_IMG_Color
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
class IMG_ColorRGBA; class IMG_ColorRGBA;
class IMG_ColorRGB { class IMG_ColorRGB {
public: public:
/** /**

@ -40,10 +40,6 @@
#include <stddef.h> #include <stddef.h>
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/** /**
* A memory pointer for memory of any type. * A memory pointer for memory of any type.
* It can be used to avoid memory leaks when allocating memory in constructors. * It can be used to avoid memory leaks when allocating memory in constructors.

@ -37,10 +37,6 @@
* Blender Key loader library internal stuff * Blender Key loader library internal stuff
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "openssl/rand.h" #include "openssl/rand.h"
#include "openssl/rsa.h" #include "openssl/rsa.h"
#include "openssl/ripemd.h" #include "openssl/ripemd.h"

@ -32,11 +32,6 @@
#ifndef NAN_INCLUDED_NonCopyable_h #ifndef NAN_INCLUDED_NonCopyable_h
#define NAN_INCLUDED_NonCopyable_h #define NAN_INCLUDED_NonCopyable_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/** /**
* Simple class that makes sure sub classes cannot * Simple class that makes sure sub classes cannot
* generate standard copy constructors. * generate standard copy constructors.

@ -32,10 +32,6 @@
#ifndef NAN_INCLUDED_MEM_RefCountPtr_h #ifndef NAN_INCLUDED_MEM_RefCountPtr_h
#define NAN_INCLUDED_MEM_RefCountPtr_h #define NAN_INCLUDED_MEM_RefCountPtr_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/** /**
* $Id$ * $Id$
* Copyright (C) 2001 NaN Technologies B.V. * Copyright (C) 2001 NaN Technologies B.V.

Some files were not shown because too many files have changed in this diff Show More