From cd5e6c8856a1ac7b94e0fa799c471eaa8c8ecae4 Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Wed, 5 Oct 2011 00:06:08 -0700 Subject: Cleanup for src/forward.h. (About 19 of the affected files did not require the contents forward.h at all). (bzr r10667) --- src/libnrtype/font-style-to-pos.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'src/libnrtype') 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 /* SPStyle */ #include -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: -- cgit v1.2.3