]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.72
authorfred <fred>
Tue, 26 Mar 2002 22:47:59 +0000 (22:47 +0000)
committerfred <fred>
Tue, 26 Mar 2002 22:47:59 +0000 (22:47 +0000)
flower/include/virtual-methods.hh

index f703f4b398c6540bcc916e8f4c28a0e0f8f049a6..dd18a37f404ddd2af7d8d66ee9b6809ed61d5b96 100644 (file)
@@ -10,8 +10,7 @@
 #ifndef VIRTUAL_METHODS_HH
 #define VIRTUAL_METHODS_HH
 
- #include <typeinfo>
-#include "stdlib.h"            // size_t
+#include <typeinfo>
 
 #define classname(class_ptr)   demangle_classname(typeid(*(class_ptr)))