Python API

----------
Fix gcc compiler warnings.
This commit is contained in:
Ken Hughes
2007-03-29 03:47:50 +00:00
parent 2d86a1ce28
commit 1e71afc48a
3 changed files with 4 additions and 2 deletions

View File

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