X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mi2mu%2Ftemplate9.cc;h=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hb=41c075bc0a4419c0e3646b7d554b1677b71f5a43;hp=7d99a4b9205ab294a96327e02c9044a195de6429;hpb=1cf3d59c1559fb9774c4c1c8cae155cfe54a927c;p=lilypond.git diff --git a/mi2mu/template9.cc b/mi2mu/template9.cc index 7d99a4b920..e69de29bb2 100644 --- a/mi2mu/template9.cc +++ b/mi2mu/template9.cc @@ -1,32 +0,0 @@ -// -// template.cc -- implementemplate -// ugh: must have unique name for Cygnus' gcc: -// liblily.a(template.o): In function `GLOBAL_$I$template.cc': -// template.cc:28: multiple definition of `global constructors keyed to template.cc' -// -// copyright 1997 Jan Nieuwenhuizen - -#include "proto.hh" -#include "list.hh" -#include "list.tcc" -#include "cursor.tcc" - -class istream; -class ostream; - -#include "mudela-item.hh" -#include "mudela-column.hh" -#include "mudela-staff.hh" -#include "mudela-voice.hh" -#include "mudela-staff.hh" -#include "mudela-score.hh" -#include "pcursor.hh" -#include "plist.hh" -#include "pcursor.tcc" -#include "plist.tcc" - -POINTERLIST_INSTANTIATE(Mudela_item); -POINTERLIST_INSTANTIATE(Mudela_staff); -POINTERLIST_INSTANTIATE(Mudela_voice); -POINTERLIST_INSTANTIATE(Mudela_column); -POINTERLIST_INSTANTIATE(Mudela_score);