]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/engraver.hh
* configure.in: Test for and accept lmodern if EC fonts not found.
[lilypond.git] / lily / include / engraver.hh
index dfe333ef781abf714f507b0318e4082b65ab87a2..39a5b1f8ee8cf89aeb0106076c10fc58bb47eefe 100644 (file)
 #ifndef ENGRAVER_HH
 #define ENGRAVER_HH
 
-#include "lily-proto.hh"
-#include "array.hh"
 #include "event.hh"
 #include "grob-info.hh"
 #include "translator.hh"
 
-
 /**
   a struct which processes events, and creates the #Grob#s.
   It may use derived classes.