Python API
---------- Fix gcc compiler warnings.
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
* ***** END GPL/BL DUAL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
#include "BPyModule.h"
|
||||
|
||||
#include "MEM_guardedalloc.h" /* for MEM_callocN */
|
||||
#include "DNA_space_types.h" /* SPACE_VIEW3D, SPACE_SEQ */
|
||||
@@ -103,7 +104,6 @@
|
||||
#include "Text.h"
|
||||
#include "Sound.h"
|
||||
#include "NLA.h"
|
||||
#include "BPyModule.h"
|
||||
#include "Scene.h"
|
||||
#include "Library.h"
|
||||
|
||||
|
||||
@@ -33,6 +33,7 @@
|
||||
#define EXPP_BPYMODULE_H
|
||||
|
||||
#include <Python.h>
|
||||
#include "DNA_listBase.h"
|
||||
|
||||
/* The Main PyType Object defined in Main.c */
|
||||
extern PyTypeObject LibBlockSeq_Type;
|
||||
|
||||
@@ -31,6 +31,8 @@
|
||||
* ***** END GPL/BL DUAL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
#include "Key.h" /*This must come first*/
|
||||
|
||||
#include "DNA_scene_types.h"
|
||||
|
||||
#include <BLI_blenlib.h>
|
||||
@@ -41,7 +43,6 @@
|
||||
#include "BIF_space.h"
|
||||
|
||||
#include "Ipocurve.h"
|
||||
#include "Key.h"
|
||||
#include "NMesh.h" /* we create NMesh.NMVert objects */
|
||||
#include "Ipo.h"
|
||||
#include "BezTriple.h"
|
||||
|
||||
Reference in New Issue
Block a user