summaryrefslogtreecommitdiffstats
path: root/src/widgets/font-selector.h
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2011-10-04 06:49:12 +0000
committerJon A. Cruz <jon@joncruz.org>2011-10-04 06:49:12 +0000
commit8a1cacd44e5db6437463e31dca2b4e5d4893d075 (patch)
tree729d3e6e43ed9b809b4580962f251cf098696f7a /src/widgets/font-selector.h
parentPurging some forward.h files. (diff)
downloadinkscape-8a1cacd44e5db6437463e31dca2b4e5d4893d075.tar.gz
inkscape-8a1cacd44e5db6437463e31dca2b4e5d4893d075.zip
More forward.h purging.
(bzr r10665)
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: