X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fpango-font.hh;h=c0d6ff336863d7ff022005257a1276b2eb612a39;hb=ac1340846e81661575ba3036b251e8ab55b13023;hp=5449ec0a422cb400b0f9d8d1747060643b48c513;hpb=b38f3bfebd138062c55a521161ad20e5795f41a2;p=lilypond.git diff --git a/lily/include/pango-font.hh b/lily/include/pango-font.hh index 5449ec0a42..c0d6ff3368 100644 --- a/lily/include/pango-font.hh +++ b/lily/include/pango-font.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2004--2006 Han-Wen Nienhuys + (c) 2004--2007 Han-Wen Nienhuys */ #ifndef PANGO_FONT_HH @@ -15,9 +15,8 @@ #include #include -#include "font-metric.hh" -#include "open-type-font.hh" +#include "font-metric.hh" class Pango_font : public Font_metric { @@ -32,7 +31,7 @@ class Pango_font : public Font_metric public: SCM physical_font_tab () const; Pango_font (PangoFT2FontMap *, - PangoFontDescription *, + PangoFontDescription const *, Real); ~Pango_font ();