From 97593be10378e7e04640e63d4eeca166848845fc Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Thu, 10 Mar 2005 15:16:10 +0000 Subject: [PATCH] Use "libc-extention.hh" (WAS: ). --- ChangeLog | 7 +++++++ lily/stencil-scheme.cc | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index d50507cb93..3f3e3dcd6a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2005-03-10 Jan Nieuwenhuizen + * lily/stencil-scheme.cc: Use "libc-extention.hh" (WAS: + ). + + * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken. + * flower * lily * kpath-guile: Nitpick run: buildscripts/fixcc.py. @@ -22,6 +27,8 @@ 2005-03-10 Jan Nieuwenhuizen + * lily/parser.yy (book_body): Oops, allow \markup in \book too. + * buildscripts/fixcc.py: New file. * input/regression/utf8.ly: Update Debian font description. diff --git a/lily/stencil-scheme.cc b/lily/stencil-scheme.cc index 826ffe17aa..5e54fe1ce7 100644 --- a/lily/stencil-scheme.cc +++ b/lily/stencil-scheme.cc @@ -8,11 +8,11 @@ #include -#include // isinf - #include "font-metric.hh" -#include "stencil.hh" +#include "libc-extension.hh" #include "lookup.hh" +#include "stencil.hh" + /* TODO: naming add/combine. -- 2.39.2