From: fred Date: Sun, 24 Mar 2002 19:31:56 +0000 (+0000) Subject: lilypond-0.0.32 X-Git-Tag: release/1.5.59~5380 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f6eb3797d13badc3ddd270ac91a782e0e3f4b943;p=lilypond.git lilypond-0.0.32 --- diff --git a/src/template3.cc b/src/template3.cc index bc7e4885a3..185c185076 100644 --- a/src/template3.cc +++ b/src/template3.cc @@ -1,23 +1,15 @@ #include "request.hh" -#include "command.hh" #include "inputscore.hh" #include "inputstaff.hh" #include "inputmusic.hh" -#include "inputcommand.hh" -#include "inputcommands.hh" #include "molecule.hh" -#include "staffcommands.hh" #include "sourcefile.hh" - #include "plist.tcc" #include "pcursor.tcc" + IPL_instantiate(Atom); -IPL_instantiate(Command); IPL_instantiate(Atom); -IPL_instantiate(Input_command); -IPL_instantiate(Commands_at); -IPL_instantiate(Staff_commands_at); IPL_instantiate(Input_staff); IPL_instantiate(Input_music); IPL_instantiate(Source_file);