]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tempo-performer.cc
* lily/include/event.hh: remove file.
[lilypond.git] / lily / tempo-performer.cc
index 540db7dcacdfc6d8d23a75b737744ea9b18e8662..58310da1dc69ca5eb2c484f7e98529fa19602bee 100644 (file)
@@ -6,9 +6,12 @@
   (c) 1997--2005 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
-#include "audio-item.hh"
 #include "performer.hh"
 
+#include "audio-item.hh"
+#include "music.hh"
+#include "duration.hh"
+
 class Tempo_performer : public Performer
 {
 public:
@@ -41,7 +44,6 @@ Tempo_performer::create_audio_elements ()
 {
   if (tempo_req_)
     {
-
       SCM met = tempo_req_->get_property ("metronome-count");
       Duration *d = unsmob_duration (tempo_req_->get_property ("tempo-unit"));