]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/duration.hh
* configure.in: Test for and accept lmodern if EC fonts not found.
[lilypond.git] / lily / include / duration.hh
index 6d8667febbf83ac7bcf69cb514406fd92dc8b817..793042cb23cf884c6e0e60ae7deb31876a8770ac 100644 (file)
@@ -10,9 +10,7 @@
 #ifndef DURATION_HH
 #define DURATION_HH
 
-#include "flower-proto.hh"
 #include "moment.hh"
-#include "smobs.hh"
 
 /**
    A musical duration.
@@ -43,7 +41,6 @@ private:
   Rational factor_;
 };
 
-#include "compare.hh"
 INSTANTIATE_COMPARE (Duration, Duration::compare);
 DECLARE_UNSMOB (Duration, duration);