]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/input-smob.hh
* lily/smobs.cc (protect_smob): switch off fancy smob protection
[lilypond.git] / lily / include / input-smob.hh
index 2cd9462d5dc14e4315b6b91e54b31c9219b427a6..6b80f26832919ab13072a85b048a97b6e719e9a1 100644 (file)
@@ -1,17 +1,16 @@
-/*   
+/*
   input-smob.hh -- declare input smob
-  
+
   source file of the GNU LilyPond music typesetter
-  
-  (c) 2000--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-  
- */
+
+  (c) 2000--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+*/
 
 #ifndef INPUT_SMOB_HH
 #define INPUT_SMOB_HH
 
 #include "input.hh"
-#include "lily-guile.hh"
+#include "smobs.hh"
 
 SCM make_input (Input spot);
 Input *unsmob_input (SCM);