Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-02-27 03:59:08 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-02-27 03:59:08 +0400
commitc62a4629979c1ce95f5d001870583d5463062cf4 (patch)
tree2bc07106d682d1c193d71bc22614f771c3060f23 /source/blender/python/intern/bpy_rna_anim.c
parent3ba37b65a32541ac594183d45c0939ee95bb098d (diff)
use LIKELY/UNLIKELY macros for operations that run a lot.
Diffstat (limited to 'source/blender/python/intern/bpy_rna_anim.c')
-rw-r--r--source/blender/python/intern/bpy_rna_anim.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/intern/bpy_rna_anim.c b/source/blender/python/intern/bpy_rna_anim.c
index 2371ca7dc50..4b4d0ff3535 100644
--- a/source/blender/python/intern/bpy_rna_anim.c
+++ b/source/blender/python/intern/bpy_rna_anim.c
@@ -31,6 +31,7 @@
#include "MEM_guardedalloc.h"
+#include "BLI_utildefines.h"
#include "BLI_string.h"
#include "DNA_scene_types.h"