From: Han-Wen Nienhuys Date: Tue, 3 Oct 2006 13:06:37 +0000 (+0000) Subject: #include cleanup. X-Git-Tag: cvs/HEAD~27 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e75fe82cbbefe0964569a2249a36003c393d8852;p=lilypond.git #include cleanup. --- diff --git a/ChangeLog b/ChangeLog index 2a66fbae99..f59a27fc85 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2006-10-03 Han-Wen Nienhuys + * lily/book.cc: #include cleanup. + * lily/include/lily-guile-macros.hh: add assert to scm_or_str2symbol(SCM). diff --git a/lily/book.cc b/lily/book.cc index 06b10135ac..f307bcf3c3 100644 --- a/lily/book.cc +++ b/lily/book.cc @@ -12,9 +12,7 @@ using namespace std; #include "lilypond-key.hh" -#include "global-context.hh" #include "main.hh" -#include "music-iterator.hh" #include "music-output.hh" #include "music.hh" #include "output-def.hh" @@ -23,7 +21,6 @@ using namespace std; #include "stencil.hh" #include "text-interface.hh" #include "warn.hh" - #include "performance.hh" #include "paper-score.hh"