summaryrefslogtreecommitdiffstats
path: root/src/widgets/font-selector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/font-selector.h')
-rw-r--r--src/widgets/font-selector.h9
1 files changed, 5 insertions, 4 deletions
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 <libnrtype/nrtype-forward.h>
#include <gtk/gtkwidget.h>
+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: