From 8a1cacd44e5db6437463e31dca2b4e5d4893d075 Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Mon, 3 Oct 2011 23:49:12 -0700 Subject: More forward.h purging. (bzr r10665) --- src/widgets/font-selector.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/widgets') diff --git a/src/widgets/font-selector.h b/src/widgets/font-selector.h index 3fc425f65..340a76f7f 100644 --- a/src/widgets/font-selector.h +++ b/src/widgets/font-selector.h @@ -1,5 +1,5 @@ -#ifndef __SP_FONT_SELECTOR_H__ -#define __SP_FONT_SELECTOR_H__ +#ifndef SP_FONT_SELECTOR_H +#define SP_FONT_SELECTOR_H /* * Font selection widgets @@ -22,9 +22,10 @@ struct SPFontSelector; #define SP_FONT_SELECTOR(o) (GTK_CHECK_CAST ((o), SP_TYPE_FONT_SELECTOR, SPFontSelector)) #define SP_IS_FONT_SELECTOR(o) (GTK_CHECK_TYPE ((o), SP_TYPE_FONT_SELECTOR)) -#include #include +class font_instance; + /* SPFontSelector */ GType sp_font_selector_get_type (void); @@ -38,7 +39,7 @@ double sp_font_selector_get_size (SPFontSelector *fsel); -#endif +#endif // SP_FONT_SELECTOR_H /* Local Variables: -- cgit v1.2.3