]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/template5.cc
patch::: 1.3.96.jcn7
[lilypond.git] / lily / template5.cc
index ca2523d47819187a6c4d0de5156ec4daf6747163..8a4e1c8b40f65cc72139ab944fff375bcbe0d4a9 100644 (file)
@@ -3,19 +3,14 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include <limits.h>
-#include "proto.hh"
 #include "string.hh"
 #include "moment.hh"
 #include "real.hh"
-
 #include "interval.tcc"
-
-template INTERVAL__INSTANTIATE(Rational);
-
 #include "compare.hh"
 
 Rational
@@ -32,3 +27,6 @@ Interval_t<Rational>::T_to_str (Rational a)
   return a.str ();
 }
 
+
+
+template INTERVAL__INSTANTIATE(Rational);