]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/box.hh
*** empty log message ***
[lilypond.git] / lily / include / box.hh
index cbdfc2da7aef9724821eb5a7ac37c313d051f153..901987f1ad381d8ff83ec97fb9a5e5b3270ab77c 100644 (file)
@@ -5,12 +5,8 @@
 #ifndef BOXES_HH
 #define BOXES_HH
 
-#include "flower-proto.hh"
-#include "real.hh"
 #include "interval.hh"
 #include "offset.hh"
-#include "axes.hh"
-
 
 struct Box
 {
@@ -29,6 +25,7 @@ struct Box
   /// smallest box enclosing #b#
   void set_empty ();
   void add_point (Offset);
+  void widen (Real x, Real y);
   void scale (Real r);
   void unite (Box b);
   Box ();