From 5c5ef715f632ef0433049fe0fa2dfc74c20c748e Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 1 Nov 1996 13:48:19 +0000 Subject: [PATCH] lilypond-0.0.6 --- molecule.hh | 2 +- scommands.hh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/molecule.hh b/molecule.hh index 05ec64e3e0..0c69f74040 100644 --- a/molecule.hh +++ b/molecule.hh @@ -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" diff --git a/scommands.hh b/scommands.hh index ee3b4591ab..9106f2bfcc 100644 --- a/scommands.hh +++ b/scommands.hh @@ -7,7 +7,7 @@ #include "proto.hh" #include "command.hh" #include "vray.hh" -#include "list.hh" +#include "plist.hh" struct Score_commands : public PointerList { void process_add(Command); -- 2.39.5