]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/scm-hash.cc
release: 1.3.131
[lilypond.git] / lily / scm-hash.cc
index 16c59747376ed9c2fe32d86686867ca2d1426a4b..cd8841a5ea9f9bb4ae480a2822d88596ad3473f1 100644 (file)
@@ -3,13 +3,13 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1999--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1999--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 #include <stdio.h>
 
 #include "scm-hash.hh"
-
+#include "ly-smobs.icc"
 
 
 Scheme_hash_table::Scheme_hash_table ()
@@ -32,9 +32,6 @@ Scheme_hash_table::operator =(Scheme_hash_table const & src)
   // we do not copy the self_scm () field!
 }
 
-
-
-
 SCM
 Scheme_hash_table::mark_smob (SCM s)
 {
@@ -116,7 +113,7 @@ Scheme_hash_table::to_alist () const
 }
 
 
-#include "ly-smobs.icc"
+
 IMPLEMENT_UNSMOB(Scheme_hash_table,scheme_hash);
 IMPLEMENT_SMOBS(Scheme_hash_table);
 IMPLEMENT_DEFAULT_EQUAL_P(Scheme_hash_table);