]> git.donarmstrong.com Git - lilypond.git/blob - lib/template.cc
patch::: 1.1.36.mb1: forwarded message from Mats Bengtsson
[lilypond.git] / lib / template.cc
1 /*
2   template.cc -- instantiate Pointer_list<Source_file*>
3
4   source file of the GNU LilyPond music typesetter
5
6   (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
8
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"
15
16 #ifdef NEED_EXPLICIT_INSTANTIATION
17 LIST_INSTANTIATE (void *);
18 #endif
19
20 POINTERLIST_INSTANTIATE (Source_file);
21