lilypond-1.5.7
[lilypond.git] / lib / template.cc
blob3f6b91c9d08dd275ac330aa2ed345d8df846cd79
1 /*
2 template.cc -- instantiate Pointer_list<Source_file*>
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--1999 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);