]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dimension-cache.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / dimension-cache.hh
index 07daf856387e9ec5db041264f424c077aacdb7ba..f3b7b88eaab8aac406b851e1457818c11604e3ab 100644 (file)
@@ -3,16 +3,13 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1998--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1998--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef DIMENSION_CACHE_HH
 #define DIMENSION_CACHE_HH
 
 #include "lily-proto.hh"
-#include "parray.hh"
-#include "dimension-cache-callback.hh"
-#include "lily-guile.hh"
 
 /*
   XY offset/refpoint/extent structure.
@@ -22,13 +19,14 @@ class Dimension_cache
   Interval *extent_;
   Real *offset_;
   Grob *parent_;
+  void init ();
+  void clear ();
   
   friend class Grob;
   
   Dimension_cache (Dimension_cache const &);
   ~Dimension_cache ();
   Dimension_cache ();
-  void init ();
 };
 
 #endif /* DIMENSION_CACHE_HH */