summaryrefslogtreecommitdiffstats
path: root/src/libnrtype
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2011-10-05 07:06:08 +0000
committerJon A. Cruz <jon@joncruz.org>2011-10-05 07:06:08 +0000
commitcd5e6c8856a1ac7b94e0fa799c471eaa8c8ecae4 (patch)
treea2cc09e750a94433c9a90052474ea7a6889ec6b5 /src/libnrtype
parentCleaned up display-forward.h, including many redundant usages. (diff)
downloadinkscape-cd5e6c8856a1ac7b94e0fa799c471eaa8c8ecae4.tar.gz
inkscape-cd5e6c8856a1ac7b94e0fa799c471eaa8c8ecae4.zip
Cleanup for src/forward.h. (About 19 of the affected files did not require the contents forward.h at all).
(bzr r10667)
Diffstat (limited to 'src/libnrtype')
-rw-r--r--src/libnrtype/font-style-to-pos.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/libnrtype/font-style-to-pos.h b/src/libnrtype/font-style-to-pos.h
index 635c7378d..41ba6cf72 100644
--- a/src/libnrtype/font-style-to-pos.h
+++ b/src/libnrtype/font-style-to-pos.h
@@ -1,12 +1,13 @@
-#ifndef __FONT_STYLE_TO_POS_H__
-#define __FONT_STYLE_TO_POS_H__
+#ifndef SEEN_FONT_STYLE_TO_POS_H
+#define SEEN_FONT_STYLE_TO_POS_H
-#include <forward.h> /* SPStyle */
#include <libnrtype/nr-type-pos-def.h>
-NRTypePosDef font_style_to_pos (SPStyle const &style);
+class SPStyle;
-#endif /* __FONT_STYLE_TO_POS_H__ */
+NRTypePosDef font_style_to_pos(SPStyle const &style);
+
+#endif // SEEN_FONT_STYLE_TO_POS_H
/*
Local Variables: