]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/debug.hh
patch::: 1.3.86.jcn2
[lilypond.git] / lily / include / debug.hh
index ef6f87e0dd68ce963083adae5c324250d016f1c9..c5928440069b3f9984305cb382549d73f112f063 100644 (file)
@@ -6,18 +6,12 @@
 #define DEBUG_HH
 
 #include <assert.h>
-#include <iostream.h>
 #include "dstream.hh"
 #include "real.hh"
 #include "lily-proto.hh"
 #include "flower-debug.hh"
 #include "warn.hh"
 
-void error_t (const String& s, Time_description const &  t_tdes);
-void error_t (String const &s, const Moment &when);
-
-// progress
-extern ostream *mlog;
-
+void progress_indication (String);
 
 #endif