From fbd3eb99f220026d17f6ccd12fe19c3e78d1b64f Mon Sep 17 00:00:00 2001 From: Andrea Weikert Date: Tue, 6 Jan 2009 10:31:25 +0000 Subject: 2.5 small cleanup of header include guards. --- source/blender/editors/include/ED_keyframes_draw.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/editors/include/ED_keyframes_draw.h') diff --git a/source/blender/editors/include/ED_keyframes_draw.h b/source/blender/editors/include/ED_keyframes_draw.h index a1ddd6b6bed..7a9aeef5883 100644 --- a/source/blender/editors/include/ED_keyframes_draw.h +++ b/source/blender/editors/include/ED_keyframes_draw.h @@ -27,8 +27,8 @@ * ***** END GPL LICENSE BLOCK ***** */ -#ifndef BDR_DRAWACTION_H -#define BDR_DRAWACTION_H +#ifndef ED_KEYFRAMES_DRAW_H +#define ED_KEYFRAMES_DRAW_H struct BezTriple; struct Ipo; @@ -95,5 +95,5 @@ void action_nlascaled_to_keylist(struct Object *ob, struct bAction *act, ListBas void ob_to_keylist(struct Object *ob, ListBase *keys, ListBase *blocks, ActKeysInc *aki); void gpl_to_keylist(struct bGPDlayer *gpl, ListBase *keys, ListBase *blocks, ActKeysInc *aki); -#endif /* BDR_DRAWACTION_H */ +#endif /* ED_KEYFRAMES_DRAW_H */ -- cgit v1.2.3