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:
@@ -40,10 +40,6 @@
|
||||
|
||||
#include "DNA_listBase.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
/**
|
||||
* The following structures are defined in DNA_action_types.h
|
||||
*/
|
||||
|
@@ -34,10 +34,6 @@
|
||||
#ifndef BKE_ARMATURE_H
|
||||
#define BKE_ARMATURE_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
struct Bone;
|
||||
struct Main;
|
||||
struct bArmature;
|
||||
|
@@ -37,10 +37,6 @@
|
||||
#ifndef BKE_BAD_LEVEL_CALLS_H
|
||||
#define BKE_BAD_LEVEL_CALLS_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
/* readfile.c */
|
||||
struct PluginSeq;
|
||||
void open_plugin_seq(struct PluginSeq *pis, char *seqname);
|
||||
|
@@ -36,11 +36,6 @@
|
||||
#ifndef BKE_BLENDER_H
|
||||
#define BKE_BLENDER_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
@@ -36,10 +36,6 @@
|
||||
#ifndef BKE_BMFONT_H
|
||||
#define BKE_BMFONT_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
@@ -36,10 +36,6 @@
|
||||
#ifndef BKE_BMFONT_TYPES_H
|
||||
#define BKE_BMFONT_TYPES_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#define is_power_of_two(N) ((N ^ (N - 1)) == (2 * N - 1))
|
||||
/*
|
||||
Moved to IMB_imbuf_types.h where it will live close to the ImBuf type.
|
||||
|
@@ -32,10 +32,6 @@
|
||||
#ifndef BKE_BOOLEANOPS_H
|
||||
#define BKE_BOOLEANOPS_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
struct Mesh;
|
||||
struct Object;
|
||||
struct Base;
|
||||
|
@@ -34,10 +34,6 @@
|
||||
|
||||
#include "CSG_BooleanOps.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Internal mesh structure.
|
||||
* Safe to copy by value... hopefully.
|
||||
|
@@ -33,10 +33,6 @@
|
||||
#ifndef BKE_CONSTRAINT_H
|
||||
#define BKE_CONSTRAINT_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
struct bConstraint;
|
||||
struct Object;
|
||||
struct ListBase;
|
||||
|
@@ -34,10 +34,6 @@
|
||||
#ifndef BKE_CURVE_H
|
||||
#define BKE_CURVE_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
struct Curve;
|
||||
struct ListBase;
|
||||
struct Object;
|
||||
|
@@ -38,10 +38,6 @@
|
||||
#ifndef BKE_DEFORM_H
|
||||
#define BKE_DEFORM_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
struct Object;
|
||||
struct ListBase;
|
||||
struct bDeformGroup;
|
||||
|
@@ -35,10 +35,6 @@
|
||||
#ifndef BKE_DISPLIST_H
|
||||
#define BKE_DISPLIST_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#define DL_POLY 0
|
||||
#define DL_SEGM 1
|
||||
#define DL_SURF 2
|
||||
|
@@ -34,10 +34,6 @@
|
||||
#ifndef BKE_EFFECT_H
|
||||
#define BKE_EFFECT_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
struct Effect;
|
||||
struct ListBase;
|
||||
struct Object;
|
||||
|
@@ -34,10 +34,6 @@
|
||||
#ifndef BKE_ENDIAN_H
|
||||
#define BKE_ENDIAN_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#define BKE_ENDIANNESS(a) { \
|
||||
union { \
|
||||
long l; \
|
||||
|
@@ -34,10 +34,6 @@
|
||||
#ifndef BKE_EXOTIC_H
|
||||
#define BKE_EXOTIC_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
struct Mesh;
|
||||
|
||||
void mcol_to_rgba(unsigned int col, float *r, float *g, float *b, float *a);
|
||||
|
@@ -34,10 +34,6 @@
|
||||
#ifndef BKE_VFONT_H
|
||||
#define BKE_VFONT_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
struct VFont;
|
||||
struct Object;
|
||||
struct Curve;
|
||||
|
@@ -38,10 +38,6 @@
|
||||
#ifndef BKE_GLOBAL_H
|
||||
#define BKE_GLOBAL_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include "DNA_listBase.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
@@ -34,10 +34,6 @@
|
||||
#ifndef BKE_GROUP_H
|
||||
#define BKE_GROUP_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
struct Group;
|
||||
struct GroupKey;
|
||||
struct GroupObject;
|
||||
|
@@ -34,10 +34,6 @@
|
||||
#ifndef BKE_IKA_H
|
||||
#define BKE_IKA_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
struct Ika;
|
||||
struct Limb;
|
||||
struct Object;
|
||||
|
@@ -34,10 +34,6 @@
|
||||
#ifndef BKE_IMAGE_H
|
||||
#define BKE_IMAGE_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
@@ -34,10 +34,6 @@
|
||||
#ifndef BKE_IPO_H
|
||||
#define BKE_IPO_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
typedef struct CfraElem {
|
||||
struct CfraElem *next, *prev;
|
||||
float cfra;
|
||||
|
@@ -34,10 +34,6 @@
|
||||
#ifndef BKE_KEY_H
|
||||
#define BKE_KEY_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
struct Key;
|
||||
struct KeyBlock;
|
||||
struct ID;
|
||||
|
@@ -34,10 +34,6 @@
|
||||
#ifndef BKE_LATTICE_H
|
||||
#define BKE_LATTICE_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
struct Lattice;
|
||||
struct Object;
|
||||
struct BPoint;
|
||||
|
@@ -36,10 +36,6 @@
|
||||
#ifndef BKE_LIBRARY_TYPES_H
|
||||
#define BKE_LIBRARY_TYPES_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
struct ListBase;
|
||||
struct ID;
|
||||
struct Main;
|
||||
|
@@ -41,10 +41,6 @@
|
||||
#ifndef BKE_MAIN_H
|
||||
#define BKE_MAIN_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include "DNA_listBase.h"
|
||||
|
||||
struct Library;
|
||||
|
@@ -34,10 +34,6 @@
|
||||
#ifndef BKE_MATERIAL_H
|
||||
#define BKE_MATERIAL_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
@@ -34,10 +34,6 @@
|
||||
#ifndef BKE_MBALL_H
|
||||
#define BKE_MBALL_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
struct MetaBall;
|
||||
struct Object;
|
||||
struct MetaElem;
|
||||
|
@@ -34,10 +34,6 @@
|
||||
#ifndef BKE_MESH_H
|
||||
#define BKE_MESH_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
/* texflag */
|
||||
#define AUTOSPACE 1
|
||||
|
||||
|
@@ -33,10 +33,6 @@
|
||||
#ifndef BKE_NLA_H
|
||||
#define BKE_NLA_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
struct bActionStrip;
|
||||
struct ListBase;
|
||||
|
||||
|
@@ -34,10 +34,6 @@
|
||||
#ifndef BKE_OBJECT_H
|
||||
#define BKE_OBJECT_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
@@ -34,11 +34,6 @@
|
||||
#ifndef BKE_OSA_TYPES_H
|
||||
#define BKE_OSA_TYPES_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
|
||||
/* typedef struct Osa */
|
||||
typedef struct RE_Osa
|
||||
{
|
||||
|
@@ -34,10 +34,6 @@
|
||||
#ifndef BKE_PACKEDFILE_H
|
||||
#define BKE_PACKEDFILE_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
struct PackedFile;
|
||||
struct VFont;
|
||||
struct bSample;
|
||||
|
@@ -37,10 +37,6 @@
|
||||
#ifndef BKE_PLUGIN_TYPES_H
|
||||
#define BKE_PLUGIN_TYPES_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
struct ImBuf;
|
||||
|
||||
typedef int (*TexDoit)(int, void*, float*, float*, float*);
|
||||
|
@@ -34,10 +34,6 @@
|
||||
#ifndef BKE_PROPERTY_H
|
||||
#define BKE_PROPERTY_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
struct bProperty;
|
||||
struct ListBase;
|
||||
struct Object;
|
||||
|
@@ -34,10 +34,6 @@
|
||||
#ifndef BKE_SCA_H
|
||||
#define BKE_SCA_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
struct Text;
|
||||
struct bSensor;
|
||||
struct Object;
|
||||
|
@@ -34,10 +34,6 @@
|
||||
#ifndef BKE_SCENE_H
|
||||
#define BKE_SCENE_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
struct Scene;
|
||||
struct Object;
|
||||
struct Base;
|
||||
|
@@ -34,12 +34,7 @@
|
||||
#ifndef BKE_SCREEN_H
|
||||
#define BKE_SCREEN_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
void free_screen(struct bScreen *sc);
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -34,10 +34,6 @@
|
||||
#ifndef BKE_SOUND_H
|
||||
#define BKE_SOUND_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
struct PackedFile;
|
||||
struct bSound;
|
||||
struct bSample;
|
||||
|
@@ -31,10 +31,6 @@
|
||||
#ifndef BKE_SUBSURF_H
|
||||
#define BKE_SUBSURF_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
struct Mesh;
|
||||
struct Object;
|
||||
struct Displist;
|
||||
|
@@ -34,10 +34,6 @@
|
||||
#ifndef BKE_TEXT_H
|
||||
#define BKE_TEXT_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
@@ -34,10 +34,6 @@
|
||||
#ifndef BKE_TEXTURE_H
|
||||
#define BKE_TEXTURE_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
struct Tex;
|
||||
struct MTex;
|
||||
struct PluginTex;
|
||||
|
@@ -36,10 +36,6 @@
|
||||
#ifndef BKE_UTILDEFINES_H
|
||||
#define BKE_UTILDEFINES_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#ifndef FALSE
|
||||
#define FALSE 0
|
||||
#endif
|
||||
|
@@ -34,10 +34,6 @@
|
||||
#ifndef BKE_WORLD_H
|
||||
#define BKE_WORLD_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
struct World;
|
||||
|
||||
void free_world(struct World *sc);
|
||||
|
@@ -33,10 +33,6 @@
|
||||
#ifndef BKE_WRITEAVI_H
|
||||
#define BKE_WRITEAVI_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user