X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fdirectional-element-interface.hh;h=7fd4169559f24969d3539988dfd88fcd81ba96fb;hb=2d19173a5554dc8633c1837aef30ac28db703947;hp=7f9455975da527ed6f94c6d07b76f93a4e5f0981;hpb=545092a25d8ca41dc90b87482474b3719f7130a9;p=lilypond.git diff --git a/lily/include/directional-element-interface.hh b/lily/include/directional-element-interface.hh index 7f9455975d..7fd4169559 100644 --- a/lily/include/directional-element-interface.hh +++ b/lily/include/directional-element-interface.hh @@ -3,13 +3,14 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2005 Han-Wen Nienhuys + (c) 1999--2007 Han-Wen Nienhuys */ #ifndef DIRECTIONAL_ELEMENT_HH #define DIRECTIONAL_ELEMENT_HH -#include "grob.hh" +#include "lily-proto.hh" +#include "direction.hh" // what is the advantage not having these two as STATICs of GROB -- jcn void set_grob_direction (Grob *, Direction);