small cleanup of header include guards.
This commit is contained in:
2009-01-06 10:31:25 +00:00
parent 745d895a85
commit fbd3eb99f2
5 changed files with 14 additions and 14 deletions

View File

@@ -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 */

View File

@@ -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 */

View File

@@ -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"

View File

@@ -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 */

View File

@@ -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 */