]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 4903/2: {phrasing-,}slur-engraver.cc: adjust includes
authorDavid Kastrup <dak@gnu.org>
Tue, 21 Jun 2016 00:05:54 +0000 (02:05 +0200)
committerDavid Kastrup <dak@gnu.org>
Fri, 24 Jun 2016 20:50:09 +0000 (22:50 +0200)
lily/include/translator.hh
lily/phrasing-slur-engraver.cc
lily/slur-engraver.cc

index cd050917123c2e52599c4c042ef23156fee0ddb0..667fd6ddbd0083168f5454e67ec6e657c4ead4d6 100644 (file)
@@ -26,6 +26,7 @@
 #include "callback.hh"
 #include "input.hh"             // for error reporting
 #include "smobs.hh"
+#include "stream-event.hh"
 #include "std-vector.hh"
 #include "protected-scm.hh"
 
index fa402ef48a05fe1fa0b7930a86c86da539241921..a9ed7be853506ea9e1a12cd83495579e6488dbdf 100644 (file)
   along with LilyPond.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "engraver.hh"
-
-#include "context.hh"
-#include "directional-element-interface.hh"
-#include "international.hh"
-#include "note-column.hh"
-#include "slur.hh"
 #include "slur-proto-engraver.hh"
-#include "spanner.hh"
-#include "stream-event.hh"
-#include "warn.hh"
 
 #include "translator.icc"
 
index c0c783f3a038df28998e2b99bdb2f52a341829f7..359ab78ef9c1a63bd27a712da9fb59a758d3eb0c 100644 (file)
   along with LilyPond.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "engraver.hh"
-
 #include "context.hh"
-#include "directional-element-interface.hh"
-#include "international.hh"
-#include "note-column.hh"
-#include "slur.hh"
 #include "slur-proto-engraver.hh"
-#include "spanner.hh"
-#include "stream-event.hh"
-#include "warn.hh"
 
 #include "translator.icc"