From 49ccf975f25c11d217e6db462986998991383291 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 14 Nov 2011 16:05:44 +0000 Subject: minor cleanup - use NULL rather then 0 for pointers - use static functions where possible - add own includes to ensure func's and their declarations don't get out of sync. --- source/blender/makesrna/intern/rna_context.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/makesrna/intern/rna_context.c') diff --git a/source/blender/makesrna/intern/rna_context.c b/source/blender/makesrna/intern/rna_context.c index f041d3efde4..043645aaf57 100644 --- a/source/blender/makesrna/intern/rna_context.c +++ b/source/blender/makesrna/intern/rna_context.c @@ -35,6 +35,8 @@ #include "BKE_context.h" +#include "rna_internal.h" /* own include */ + #ifdef RNA_RUNTIME static PointerRNA rna_Context_manager_get(PointerRNA *ptr) -- cgit v1.2.3