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

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

View File

@@ -39,10 +39,6 @@
#ifndef DNA_ACTION_TYPES_H
#define DNA_ACTION_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "DNA_listBase.h"
#include "DNA_ID.h"
#include "DNA_view2d_types.h"

View File

@@ -34,10 +34,6 @@
#ifndef DNA_ACTUATOR_TYPES_H
#define DNA_ACTUATOR_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct Object;
struct Mesh;
struct Scene;

View File

@@ -33,10 +33,6 @@
#ifndef DNA_ARMATURE_TYPES_H
#define DNA_ARMATURE_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "DNA_listBase.h"
#include "DNA_ID.h"

View File

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

View File

@@ -34,10 +34,6 @@
#ifndef DNA_CONSTRAINT_TYPES_H
#define DNA_CONSTRAINT_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "DNA_ID.h"
#include "DNA_ipo_types.h"
#include "DNA_object_types.h"

View File

@@ -34,10 +34,6 @@
#ifndef DNA_CONTROLLER_TYPES_H
#define DNA_CONTROLLER_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct bActuator;
struct Text;
struct bSensor;

View File

@@ -36,10 +36,6 @@
#ifndef DNA_CURVE_TYPES_H
#define DNA_CURVE_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "DNA_listBase.h"
#include "DNA_vec_types.h"
#include "DNA_ID.h"

View File

@@ -34,10 +34,6 @@
#ifndef DNA_EFFECT_TYPES_H
#define DNA_EFFECT_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/* DENK ERAAN: NIEUWE EFFECTEN OOK IN DE WRITEFILE.C IVM DNA!!! */
#define PAF_MAXMULT 4

View File

@@ -34,10 +34,6 @@
#ifndef DNA_FILEGLOBAL_TYPES_H
#define DNA_FILEGLOBAL_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/**
* FileGlobal stores a part of the current user-unterface settings at
* the moment of saving, and the file-specific settings.

View File

@@ -34,10 +34,6 @@
#ifndef DNA_GROUP_TYPES_H
#define DNA_GROUP_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "DNA_listBase.h"
#include "DNA_ID.h"

View File

@@ -40,11 +40,6 @@
#include "DNA_listBase.h"
#include "DNA_ID.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct Object;
struct Ipo;

View File

@@ -34,10 +34,6 @@
#ifndef DNA_IMAGE_TYPES_H
#define DNA_IMAGE_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "DNA_ID.h"
struct PackedFile;

View File

@@ -34,10 +34,6 @@
#ifndef DNA_IPO_TYPES_H
#define DNA_IPO_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "DNA_listBase.h"
#include "DNA_vec_types.h"

View File

@@ -37,10 +37,6 @@
#include "DNA_listBase.h"
#include "DNA_ID.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct Ipo;
typedef struct KeyBlock {

View File

@@ -37,10 +37,6 @@
#include "DNA_ID.h"
#include "DNA_scriptlink_types.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct MTex;
struct Ipo;

View File

@@ -36,10 +36,6 @@
#ifndef DNA_LATTICE_TYPES_H
#define DNA_LATTICE_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "DNA_ID.h"
struct BPoint;

View File

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

View File

@@ -34,10 +34,6 @@
#ifndef DNA_MATERIAL_TYPES_H
#define DNA_MATERIAL_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/* #include "BLI_listBase.h" */
#include "DNA_ID.h"

View File

@@ -36,10 +36,6 @@
#ifndef DNA_MESH_TYPES_H
#define DNA_MESH_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "DNA_listBase.h"
#include "DNA_ID.h"

View File

@@ -34,11 +34,6 @@
#ifndef DNA_META_TYPES_H
#define DNA_META_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "DNA_listBase.h"
#include "DNA_ID.h"

View File

@@ -33,10 +33,6 @@
#ifndef DNA_NLA_TYPES_H
#define DNA_NLA_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct bAction;
struct Ipo;

View File

@@ -36,10 +36,6 @@
#ifndef DNA_OBJECT_TYPES_H
#define DNA_OBJECT_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "DNA_listBase.h"
#include "DNA_ID.h"
#include "DNA_scriptlink_types.h"

View File

@@ -34,10 +34,6 @@
#ifndef DNA_OOPS_TYPES_H
#define DNA_OOPS_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#define OOPSX 5.0
#define OOPSY 1.8

View File

@@ -36,10 +36,6 @@
#ifndef DNA_PACKEDFILE_TYPES_H
#define DNA_PACKEDFILE_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
typedef struct PackedFile {
int size;
int seek;

View File

@@ -37,10 +37,6 @@
#ifndef DNA_PROPERTY_TYPES_H
#define DNA_PROPERTY_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/* ********************* PROPERTY ************************ */
typedef struct bProperty {

View File

@@ -38,10 +38,6 @@
#ifndef DNA_RADIO_TYPES_H
#define DNA_RADIO_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
typedef struct Radio {
short hemires, maxiter;
short drawtype, flag; /* bit 0 en 1: limits laten zien */

View File

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

View File

@@ -34,10 +34,6 @@
#ifndef DNA_SCREEN_TYPES_H
#define DNA_SCREEN_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "DNA_listBase.h"
#include "DNA_vec_types.h"

View File

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

View File

@@ -34,12 +34,6 @@
#ifndef DNA_SDNA_H
#define DNA_SDNA_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#
#
struct SDNA {
char *data;
int datalen, nr_names;

View File

@@ -34,10 +34,6 @@
#ifndef DNA_SENSOR_TYPES_H
#define DNA_SENSOR_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct Object;
struct Material;

View File

@@ -34,10 +34,6 @@
#ifndef DNA_SEQUENCE_TYPES_H
#define DNA_SEQUENCE_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "DNA_listBase.h"
struct Ipo;

View File

@@ -34,10 +34,6 @@
#ifndef DNA_SOUND_TYPES_H
#define DNA_SOUND_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "DNA_listBase.h"
#include "DNA_ID.h"

View File

@@ -34,10 +34,6 @@
#ifndef DNA_SPACE_TYPES_H
#define DNA_SPACE_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "DNA_listBase.h"
#include "DNA_vec_types.h"
/* Hum ... Not really nice... but needed for spacebuts. */

View File

@@ -34,10 +34,6 @@
#ifndef DNA_TEXT_TYPES_H
#define DNA_TEXT_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "DNA_listBase.h"
#include "DNA_ID.h"

View File

@@ -34,10 +34,6 @@
#ifndef DNA_TEXTURE_TYPES_H
#define DNA_TEXTURE_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "DNA_ID.h"
struct Ipo;

View File

@@ -35,10 +35,6 @@
#ifndef DNA_USERDEF_TYPES_H
#define DNA_USERDEF_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
typedef struct UserDef {
short flag, dupflag;
int savetime;

View File

@@ -36,12 +36,7 @@
#ifndef DNA_VEC_TYPES_H
#define DNA_VEC_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/* types */
typedef struct vec2s {
short x, y;
} vec2s;

View File

@@ -34,10 +34,6 @@
#ifndef DNA_VFONT_TYPES_H
#define DNA_VFONT_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "DNA_ID.h"
struct PackedFile;

View File

@@ -34,10 +34,6 @@
#ifndef DNA_VIEW2D_TYPES_H
#define DNA_VIEW2D_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "DNA_vec_types.h"
typedef struct View2D {

View File

@@ -34,10 +34,6 @@
#ifndef DNA_VIEW3D_TYPES_H
#define DNA_VIEW3D_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct Object;
struct Image;
struct Tex;

View File

@@ -34,10 +34,6 @@
#ifndef DNA_WAVE_TYPES_H
#define DNA_WAVE_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "DNA_ID.h"
struct Ipo;

View File

@@ -34,10 +34,6 @@
#ifndef DNA_WORLD_TYPES_H
#define DNA_WORLD_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "DNA_ID.h"
#include "DNA_scriptlink_types.h"