From: Han-Wen Nienhuys Date: Sun, 17 Sep 2006 17:23:29 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/2.10.0-2~307 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8edb773bf2587276913d826d1439c1c817b54c7f;p=lilypond.git *** empty log message *** --- diff --git a/lily/box.cc b/lily/box.cc index 5201ca125c..93356ac482 100644 --- a/lily/box.cc +++ b/lily/box.cc @@ -6,10 +6,7 @@ (c) 1996--2006 Han-Wen Nienhuys */ -#include "ly-smobs.icc" - #include "box.hh" -#include "std-vector.hh" void Box::translate (Offset o) @@ -25,9 +22,6 @@ Box::unite (Box b) interval_a_[i].unite (b[i]); } -/** - Initialize to empty. -*/ Box::Box () { } @@ -85,6 +79,10 @@ Box::widen (Real x, Real y) interval_a_[Y_AXIS].widen (y); } +/****************************************************************/ + +#include "ly-smobs.icc" + IMPLEMENT_SIMPLE_SMOBS (Box); IMPLEMENT_TYPE_P (Box, "ly:box?"); IMPLEMENT_DEFAULT_EQUAL_P (Box);