~ubuntu-branches/ubuntu/trusty/blender/trusty-proposed

« back to all changes in this revision

Viewing changes to source/blender/makesrna/intern/rna_sensor_api.c

  • Committer: Package Import Robot
  • Author(s): Matteo F. Vescovi
  • Date: 2013-08-14 10:43:49 UTC
  • mfrom: (14.2.19 sid)
  • Revision ID: package-import@ubuntu.com-20130814104349-t1d5mtwkphp12dyj
Tags: 2.68a-3
* Upload to unstable
* debian/: python3.3 Depends simplified
  - debian/control: python3.3 Depends dropped
    for blender-data package
  - 0001-blender_thumbnailer.patch refreshed
* debian/control: libavcodec b-dep versioning dropped

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 *  \ingroup RNA
29
29
 */
30
30
 
31
 
 
32
31
#include <stdlib.h>
33
32
#include <stdio.h>
34
33
 
35
 
#include "WM_types.h"
 
34
#include "BLI_utildefines.h"
 
35
 
36
36
#include "RNA_define.h"
37
37
 
38
38
#include "rna_internal.h"  /* own include */
39
39
 
 
40
#include "WM_types.h"
 
41
 
40
42
#ifdef RNA_RUNTIME
41
43
 
42
44
#include "BKE_sca.h"