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:
authorAndrea Weikert <elubie@gmx.net>2009-01-06 13:31:25 +0300
committerAndrea Weikert <elubie@gmx.net>2009-01-06 13:31:25 +0300
commitfbd3eb99f220026d17f6ccd12fe19c3e78d1b64f (patch)
tree82d6c211bece9c6e1bbde6b763f5d67645d9718e /source/blender/editors/include/ED_keyframing.h
parent745d895a8559b77e12a441df9bb59f4bf1b039f6 (diff)
2.5
small cleanup of header include guards.
Diffstat (limited to 'source/blender/editors/include/ED_keyframing.h')
-rw-r--r--source/blender/editors/include/ED_keyframing.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/editors/include/ED_keyframing.h b/source/blender/editors/include/ED_keyframing.h
index 9529058b952..fe456c7ea4b 100644
--- a/source/blender/editors/include/ED_keyframing.h
+++ b/source/blender/editors/include/ED_keyframing.h
@@ -25,8 +25,8 @@
* ***** END GPL LICENSE BLOCK *****
*/
-#ifndef BIF_KEYFRAMING_H
-#define BIF_KEYFRAMING_H
+#ifndef ED_KEYFRAMING_H
+#define ED_KEYFRAMING_H
struct ListBase;
struct ID;
@@ -138,4 +138,4 @@ enum {
ANIMFILTER_KEYS_NOSKEY = (1<<10), /* don't include shape keys (for geometry) */
} eAnimFilterFlags;
-#endif /* BIF_KEYFRAMING_H */
+#endif /* ED_KEYFRAMING_H */