mirror of https://github.com/GNOME/gimp.git
plug-ins: fix include guards in gfig-types.h
This commit is contained in:
parent
71e8fc8c3a
commit
96cec46bec
|
@ -22,8 +22,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#ifndef __GFIG_ENUMS_H__
|
||||
#define __GFIG_ENUMS_H__
|
||||
#ifndef __GFIG_TYPES_H__
|
||||
#define __GFIG_TYPES_H__
|
||||
|
||||
typedef enum
|
||||
{
|
||||
|
@ -112,4 +112,4 @@ typedef struct _GFigObj GFigObj;
|
|||
typedef struct _GfigObject GfigObject;
|
||||
typedef struct _Style Style;
|
||||
|
||||
#endif /* __GFIG_ENUMS_H__ */
|
||||
#endif /* __GFIG_TYPES_H__ */
|
||||
|
|
Loading…
Reference in New Issue