]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/template4.cc
release: 1.1.18
[lilypond.git] / lily / template4.cc
index 399b9ed384a04f7e5541be2105889ed49a28a21a..d33baffddcf1ac9daa2b803489d76fc1369040aa 100644 (file)
@@ -1,13 +1,24 @@
 /*
-  template4.cc -- instantiate Pointer_list baseclass.
+  template4.cc -- instantiate Link_list baseclass.
 
-  source file of the LilyPond music typesetter
+  source file of the GNU LilyPond music typesetter
 
-  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
+#ifndef __CYGWIN32__
 #include "proto.hh"
-#include "list.tcc"
+#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"
 
-L_instantiate(void *);
+#endif