summaryrefslogtreecommitdiff
path: root/lily/template4.cc
blob: d33baffddcf1ac9daa2b803489d76fc1369040aa (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
  template4.cc -- instantiate Link_list baseclass.

  source file of the GNU LilyPond music typesetter

  (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
*/

#ifndef __CYGWIN32__
#include "proto.hh"
#include "pcursor.hh"
#include "plist.hh"
#include "spanner.hh"
#include "audio-column.hh"
#include "audio-item.hh"
#include "audio-staff.hh"
#include "p-col.hh"
#include "p-score.hh"
#include "cursor.tcc"
#include "list.tcc"
#include "pcursor.tcc"
#include "plist.tcc"

#endif