X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fspacing-interface.cc;h=030d02e7272ca63b42df028cad1b85d59d22e9c3;hb=97a0169312a260933246ab224e4f8b0969871dd5;hp=8f9875ff9795ae176e009c073952df71fbe18503;hpb=59a6d1a06432fc0ca88c3023c646182f389ec1b5;p=lilypond.git diff --git a/lily/spacing-interface.cc b/lily/spacing-interface.cc index 8f9875ff97..030d02e727 100644 --- a/lily/spacing-interface.cc +++ b/lily/spacing-interface.cc @@ -30,8 +30,6 @@ #include "skyline-pair.hh" #include "system.hh" -using std::vector; - /* return the right-pointing skyline of the left-items and the left-pointing skyline of the right-items (with the skyline of the left-items in ret[LEFT]) */ @@ -98,7 +96,7 @@ Spacing_interface::minimum_distance (Grob *me, Grob *right) { Drul_array skylines = Spacing_interface::skylines (me, right); - return std::max (0.0, skylines[LEFT].distance (skylines[RIGHT])); + return max (0.0, skylines[LEFT].distance (skylines[RIGHT])); } /*