lilypond-1.0.13
[lilypond.git] / lib / template.cc
blob7b7a3c229a004764aa850903ade94899a56b2697
1 /*
2 template.cc -- instantiate Pointer_list<Source_file*>
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
9 #include "config.hh"
10 #include "source-file.hh"
11 #include "plist.tcc"
12 #include "pcursor.tcc"
13 #include "cursor.tcc"
14 #include "list.tcc"
16 #ifdef NEED_EXPLICIT_INSTANTIATION
17 LIST_INSTANTIATE (void *);
18 #endif
20 POINTERLIST_INSTANTIATE (Source_file);