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:
-rw-r--r--source/blender/editors/include/ED_keyframes_draw.h6
-rw-r--r--source/blender/editors/include/ED_keyframing.h6
-rw-r--r--source/blender/editors/include/ED_previewrender.h4
-rw-r--r--source/blender/editors/include/ED_space_api.h6
-rw-r--r--source/blender/editors/include/UI_interface_icons.h6
5 files changed, 14 insertions, 14 deletions
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 */
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 */
diff --git a/source/blender/editors/include/ED_previewrender.h b/source/blender/editors/include/ED_previewrender.h
index f0a9ead4757..b9e6df37d2d 100644
--- a/source/blender/editors/include/ED_previewrender.h
+++ b/source/blender/editors/include/ED_previewrender.h
@@ -21,8 +21,8 @@
* ***** END GPL LICENSE BLOCK *****
*/
-#ifndef BIF_PREVIEWRENDER_H
-#define BIF_PREVIEWRENDER_H
+#ifndef ED_PREVIEWRENDER_H
+#define ED_PREVIEWRENDER_H
#include "DNA_vec_types.h"
diff --git a/source/blender/editors/include/ED_space_api.h b/source/blender/editors/include/ED_space_api.h
index 70d33531bbd..e5cf3479e9b 100644
--- a/source/blender/editors/include/ED_space_api.h
+++ b/source/blender/editors/include/ED_space_api.h
@@ -26,8 +26,8 @@
* ***** END GPL LICENSE BLOCK *****
*/
-#ifndef ED_AREA_H
-#define ED_AREA_H
+#ifndef ED_SPACE_API_H
+#define ED_SPACE_API_H
/* the pluginnable API for export to editors */
@@ -48,5 +48,5 @@ void ED_spacetype_script(void);
void ED_spacetype_text(void);
void ED_spacetype_sequencer(void);
-#endif /* ED_AREA_H */
+#endif /* ED_SPACE_API_H */
diff --git a/source/blender/editors/include/UI_interface_icons.h b/source/blender/editors/include/UI_interface_icons.h
index 52a17a669f7..6db2cb35107 100644
--- a/source/blender/editors/include/UI_interface_icons.h
+++ b/source/blender/editors/include/UI_interface_icons.h
@@ -27,8 +27,8 @@
* ***** END GPL LICENSE BLOCK *****
*/
-#ifndef BIF_PREVIEW_ICONS_H
-#define BIF_PREVIEW_ICONS_H
+#ifndef UI_INTERFACE_ICONS_H
+#define UI_INTERFACE_ICONS_H
struct Image;
struct ImBuf;
@@ -65,4 +65,4 @@ struct ListBase *UI_iconfile_list(void);
int UI_iconfile_get_index(char *filename);
-#endif /* BIF_ICONS_H */
+#endif /* UI_INTERFACE_ICONS_H */