]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/debug.cc
release: 0.1.43
[lilypond.git] / lily / debug.cc
index 39b40c77641298d113f3c785c62e0596cbbf9209..c369f070ee96c5f93fc5e01ad73ba505a9972613 100644 (file)
@@ -6,7 +6,6 @@
   (c) 1996,98 Han-Wen Nienhuys <hanwen@stack.nl>
   
  */
-#include <malloc.h>
 #include <fstream.h>
 #include <signal.h>
 #include <std/new.h>
@@ -75,8 +74,6 @@ bool check_malloc_b = false;
 // #define MEMORY_PARANOID
 
 #ifdef MEMORY_PARANOID
-
-
 void *
 operator new (size_t size)
 {