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

@@ -56,10 +56,6 @@
#include <stdio.h> /* for FILE */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
typedef struct _AviChunk {
int fcc;
int size;

View File

@@ -34,10 +34,6 @@
#include <stdio.h> /* for FILE */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MEM_guardedalloc.h"
unsigned int GET_FCC (FILE *fp);

View File

@@ -30,10 +30,6 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
void *avi_converter_from_avi_rgb (AviMovie *movie, int stream, unsigned char *buffer, int *size);
void *avi_converter_to_avi_rgb (AviMovie *movie, int stream, unsigned char *buffer, int *size);

View File

@@ -40,10 +40,6 @@
#include <stdio.h>
#include "AVI_avi.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#define AVI_RAW 0
#define AVI_CHUNK 1
#define AVI_LIST 2

View File

@@ -30,10 +30,6 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
void *avi_converter_from_mjpeg (AviMovie *movie, int stream, unsigned char *buffer, int *size);
void *avi_converter_to_mjpeg (AviMovie *movie, int stream, unsigned char *buffer, int *size);

View File

@@ -30,10 +30,6 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
void *avi_converter_from_rgb32 (AviMovie *movie, int stream, unsigned char *buffer, int *size);
void *avi_converter_to_rgb32 (AviMovie *movie, int stream, unsigned char *buffer, int *size);

View File

@@ -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
*/

View File

@@ -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;

View File

@@ -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);

View File

@@ -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

View File

@@ -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

View File

@@ -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.

View File

@@ -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;

View File

@@ -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.

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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

View File

@@ -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;

View File

@@ -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; \

View File

@@ -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);

View File

@@ -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;

View File

@@ -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

View File

@@ -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;

View File

@@ -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;

View File

@@ -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

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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

View File

@@ -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;

View File

@@ -34,10 +34,6 @@
#ifndef BKE_MESH_H
#define BKE_MESH_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/* texflag */
#define AUTOSPACE 1

View File

@@ -33,10 +33,6 @@
#ifndef BKE_NLA_H
#define BKE_NLA_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct bActionStrip;
struct ListBase;

View File

@@ -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

View File

@@ -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
{

View File

@@ -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;

View File

@@ -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*);

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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

View File

@@ -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;

View File

@@ -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;

View File

@@ -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

View File

@@ -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;

View File

@@ -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

View File

@@ -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);

View File

@@ -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

View File

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

View File

@@ -65,10 +65,6 @@
#ifndef BLI_BLENLIB_H
#define BLI_BLENLIB_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "DNA_listBase.h" /* braindamage for the masses... needed
because fillvlakbase and fillvertbase are
used outside */

View File

@@ -41,10 +41,6 @@
#ifndef BLI_DYNSTR_H
#define BLI_DYNSTR_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct DynStr;
/** The abstract DynStr type */

View File

@@ -38,10 +38,6 @@
#ifndef BLI_EDITVERT_H
#define BLI_EDITVERT_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
typedef struct EditVert
{
struct EditVert *next, *prev, *vn;

View File

@@ -35,10 +35,6 @@
#ifndef BLI_GHASH_H
#define BLI_GHASH_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct GHash;
typedef struct GHash GHash;

View File

@@ -36,10 +36,6 @@
#ifndef BLI_GSQUEUE_H
#define BLI_GSQUEUE_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
typedef struct _GSQueue GSQueue;
/**

View File

@@ -36,10 +36,6 @@
#ifndef BLI_LINKLIST_H
#define BLI_LINKLIST_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct MemArena;
typedef void (*LinkNodeFreeFP)(void *link);

View File

@@ -40,10 +40,6 @@
#ifndef BLI_MEMARENA_H
#define BLI_MEMARENA_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/* A reasonable standard buffer size, big
* enough to not cause much internal fragmentation,
* small enough not to waste resources

View File

@@ -36,10 +36,6 @@
#ifndef BLI_RAND_H
#define BLI_RAND_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/** Seed the random number generator */
void BLI_srand (unsigned int seed);

View File

@@ -38,10 +38,6 @@
#include <sys/stat.h>
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#define HDRSIZE 512
#define NAMSIZE 200

View File

@@ -35,10 +35,6 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifndef BLI_VFONTDATA_H
#define BLI_VFONTDATA_H

View File

@@ -33,10 +33,6 @@
*/
#pragma warning(once: 4761 4305 4244 4018)
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#define WIN32_LEAN_AND_MEAN
#include <windows.h>

View File

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

View File

@@ -35,10 +35,6 @@
#ifndef VECTOROPS_H
#define VECTOROPS_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/* ------------------------------------------------------------------------- */
void MTC_diff3Int(int v1[3], int v2[3], int v3[3]);

View File

@@ -32,10 +32,6 @@
#ifndef __PIL_DYNLIB_H__
#define __PIL_DYNLIB_H__
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
typedef struct PILdynlib PILdynlib;
PILdynlib*

View File

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

View File

@@ -37,10 +37,6 @@
#ifndef BLI_CALLBACKS_H
#define BLI_CALLBACKS_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// This is blenlib internal only
void callLocalErrorCallBack(char* msg);
int callLocalInterruptCallBack(void);

View File

@@ -39,10 +39,6 @@
#ifndef BLI_FILEOPS_H
#define BLI_FILEOPS_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
char *first_slash(char *string);
/* only for the sane unix world: direct calls to system functions :( */

View File

@@ -37,9 +37,5 @@
#ifndef BLI_SCANFILL_H
#define BLI_SCANFILL_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#endif

View File

@@ -31,10 +31,6 @@
#ifndef BLI_STORAGE_H
#define BLI_STORAGE_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BLI_storage_types.h"
void BLI_adddirstrings(void);

View File

@@ -36,17 +36,10 @@
#ifndef BLI_UTIL_H
#define BLI_UTIL_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#define mallocstructN(x,y,name) (x*)MEM_mallocN((y)* sizeof(x),name)
#define callocstructN(x,y,name) (x*)MEM_callocN((y)* sizeof(x),name)
struct ListBase;
/* void addlisttolist(struct ListBase *list1, struct ListBase *list2); */
#endif

View File

@@ -34,10 +34,6 @@
#ifndef BLO_GENFILE_H
#define BLO_GENFILE_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
int BLO_findstruct_offset(char *structname, char *member);// used by py_main.c
#endif

View File

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

View File

@@ -32,10 +32,6 @@
#ifndef BLO_SOUNDFILE_H
#define BLO_SOUNDFILE_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "DNA_sound_types.h"
#include "DNA_packedFile_types.h"

View File

@@ -34,10 +34,6 @@
#ifndef BLO_WRITEFILE_H
#define BLO_WRITEFILE_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
int BLO_write_file(char *dir, int write_flags, char **error_r);
void BLO_write_runtime(char *file, char *exename);

View File

@@ -34,10 +34,6 @@
#ifndef GENFILE_H
#define GENFILE_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct SDNA;
int dna_findstruct_nr(struct SDNA *sdna, char *str);

View File

@@ -33,10 +33,6 @@
#ifndef READFILE_H
#define READFILE_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct OldNewMap;
typedef struct FileData {

View File

@@ -31,10 +31,6 @@
#ifndef FLOATPATCH_H
#define FLOATPATCH_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/* floating point libs differ at systems... with these defines it comilies at all! */
#ifdef MIPS1

View File

@@ -34,10 +34,6 @@
#include <sys/types.h>
#include "util.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#define IB_rect (1 << 0)
#define IB_planes (1 << 1)
#define IB_cmap (1 << 2)

View File

@@ -31,10 +31,6 @@
#ifndef PLUGIN_H
#define PLUGIN_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "iff.h"
#include "util.h"
#include "floatpatch.h"

View File

@@ -31,10 +31,6 @@
#ifndef UTIL_H
#define UTIL_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <sys/types.h>
#include <stdlib.h>
#include <string.h>

View File

@@ -30,10 +30,6 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct Text;
struct ID;
struct ScriptLink;

View File

@@ -30,10 +30,6 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "DNA_ID.h"
#include "DNA_listBase.h"
#include "DNA_mesh_types.h"

View File

@@ -30,10 +30,6 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
typedef struct {
PyObject_HEAD
PyObject *dict;

View File

@@ -30,12 +30,7 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BPY_macros.h"
#include "opy_datablock.h"
#include "b_interface.h"

View File

@@ -36,10 +36,6 @@
/** example: DEFFUNC_GETLIST(text) defines a method for getting a list
* of text blocks */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// Example: _GETLIST(name) -> get_namelist
#define _GETLIST(x) get_##x##list

View File

@@ -36,10 +36,6 @@
/* Hint: use gcc -E file.c to see what these macros are expanded in */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "api.h" // temporary defines for API version
#include "BPY_listbase_macro.h"

View File

@@ -31,10 +31,6 @@
*/
// Note: Functions prefixed with BPY_ are called from blenkernel routines */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "Python.h" /* The python includes themselves. */
#include "compile.h" /* to give us PyCodeObject */
#include "eval.h" /* for PyEval_EvalCode.h */

View File

@@ -31,10 +31,6 @@
* these prototypes and init functions should be homogenized
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
extern PyObject *init_blender(void);
extern PyObject *init_py_nmesh(void);
extern PyObject *init_py_draw(void);

View File

@@ -31,10 +31,6 @@
*/
/* tools.c */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
extern PyObject *BPY_incr_ret (PyObject *ob);
extern PyObject *BPY_err_ret_ob (PyObject *type, char *err);
extern int py_err_ret_int (PyObject *type, char *err);

View File

@@ -30,10 +30,6 @@
* API defined Object types
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
extern PyTypeObject PyIpoCurve_Type, PyBezTriple_Type;
extern PyTypeObject Button_Type, Buffer_Type;
extern PyTypeObject NMesh_Type, NMFace_Type, NMVert_Type, NMCol_Type;

View File

@@ -30,8 +30,5 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
void window_update_curCamera(Object *camera);

View File

@@ -34,11 +34,6 @@
* see Makefile
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#undef EXPERIMENTAL /* undefine this for release, please :-) */
/* Uncomment this if you want to have the new blender module

View File

@@ -31,10 +31,6 @@
*/
/* b_import.c */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
PyObject *importText (char *name);
PyObject *blender_import (PyObject *self, PyObject *args);
void init_ourImport (void);

View File

@@ -30,10 +30,6 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "DNA_ID.h"
#include "DNA_mesh_types.h"
#include "DNA_view3d_types.h"

View File

@@ -30,10 +30,6 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BSE_edit.h" // for getname_< >_ei()
#include "BKE_global.h"
#include "BKE_main.h"

View File

@@ -31,10 +31,6 @@
*/
/* opy_nmesh.c */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "DNA_mesh_types.h"
#define NMesh_Check(v) ((v)->ob_type == &NMesh_Type)

View File

@@ -39,10 +39,6 @@
/*****************************/
/* temporar hack for typecasts */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
typedef float (*Matrix4Ptr)[4];
typedef struct {
PyObject_VAR_HEAD

View File

@@ -30,10 +30,6 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifndef BLO_DECRYPT_H
#define BLO_DECRYPT_H

View File

@@ -31,10 +31,6 @@
*
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifndef BLO_EN_DE_CRYPT_H
#define BLO_EN_DE_CRYPT_H

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