]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.6
authorfred <fred>
Fri, 1 Nov 1996 13:48:19 +0000 (13:48 +0000)
committerfred <fred>
Fri, 1 Nov 1996 13:48:19 +0000 (13:48 +0000)
molecule.hh
scommands.hh

index 05ec64e3e09b13843ee2b837db373dba80c31b86..0c69f74040de1632861c417011340b87ea8ce8f5 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef MOLECULE_HH
 #define MOLECULE_HH
 
-#include "list.hh"
+#include "plist.hh"
 #include "boxes.hh"
 #include "item.hh"
 #include "symbol.hh"
index ee3b4591ab1e03407fc116c87fb22458da8e7cc8..9106f2bfccc9f89451bc49a3ab32226bdeb94b75 100644 (file)
@@ -7,7 +7,7 @@
 #include "proto.hh"
 #include "command.hh"
 #include "vray.hh"
-#include "list.hh"
+#include "plist.hh"
 
 struct Score_commands : public PointerList<Command*> {
     void process_add(Command);