From 63841904ddc09c476225d972eb67154678095d7e Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 1 Jan 1997 14:13:33 +0000 Subject: [PATCH] lilypond-0.0.21 --- src/template2.cc | 2 +- src/template3.cc | 4 +++- src/template4.cc | 4 ++-- src/template5.cc | 3 ++- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/src/template2.cc b/src/template2.cc index 40031c4abe..da169d1657 100644 --- a/src/template2.cc +++ b/src/template2.cc @@ -7,7 +7,7 @@ #include "stcol.hh" #include "spanner.hh" -#include "plist.cc" +#include "plist.tcc" IPL_instantiate(Request); diff --git a/src/template3.cc b/src/template3.cc index 2852ebda21..0dba62b3d8 100644 --- a/src/template3.cc +++ b/src/template3.cc @@ -6,9 +6,11 @@ #include "inputcommand.hh" #include "inputcommands.hh" #include "molecule.hh" -#include "plist.cc" #include "staffcommands.hh" + +#include "plist.tcc" + IPL_instantiate(Atom); IPL_instantiate(Command); IPL_instantiate(Atom); diff --git a/src/template4.cc b/src/template4.cc index e409a9bd66..c3b25320be 100644 --- a/src/template4.cc +++ b/src/template4.cc @@ -1,4 +1,4 @@ -#include "list.cc" -#include "cursor.cc" +#include "list.tcc" +#include "cursor.tcc" L_instantiate(void *); diff --git a/src/template5.cc b/src/template5.cc index 2d278a4fce..a1ab7e8df3 100644 --- a/src/template5.cc +++ b/src/template5.cc @@ -2,7 +2,8 @@ #include "string.hh" #include "moment.hh" #include "real.hh" -#include "interval.cc" + +#include "interval.tcc" Interval__instantiate(Real); Interval__instantiate(Rational); -- 2.39.5