From 4ff8bb86507393e6956d108ee509a6bed8671ac4 Mon Sep 17 00:00:00 2001 From: rbuj Date: Mon, 22 Feb 2021 13:46:51 +0100 Subject: Missing include guards --- capplets/appearance/mate-wp-item.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'capplets/appearance/mate-wp-item.h') diff --git a/capplets/appearance/mate-wp-item.h b/capplets/appearance/mate-wp-item.h index 0f04081b..0512f1f1 100644 --- a/capplets/appearance/mate-wp-item.h +++ b/capplets/appearance/mate-wp-item.h @@ -18,6 +18,9 @@ * */ +#ifndef __MATE_WP_ITEM_H__ +#define __MATE_WP_ITEM_H__ + #include #include #include @@ -27,9 +30,6 @@ #include "mate-wp-info.h" -#ifndef _MATE_WP_ITEM_H_ -#define _MATE_WP_ITEM_H_ - typedef struct _MateWPItem MateWPItem; struct _MateWPItem { @@ -84,4 +84,4 @@ const gchar *wp_item_shading_to_string (MateBGColorType type); MateBGPlacement wp_item_string_to_option (const gchar *option); MateBGColorType wp_item_string_to_shading (const gchar *shade_type); -#endif +#endif /* __MATE_WP_ITEM_H__ */ \ No newline at end of file -- cgit v1.2.1