]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/input-smob.hh
*** empty log message ***
[lilypond.git] / lily / include / input-smob.hh
index 32c8d0f20a5cdff686042c8a93fec7a1b6faa7db..6b80f26832919ab13072a85b048a97b6e719e9a1 100644 (file)
@@ -1,21 +1,19 @@
-/*   
+/*
   input-smob.hh -- declare input smob
-  
+
   source file of the GNU LilyPond music typesetter
-  
-  (c)  2000--2003 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);
+Input *unsmob_input (SCM);
 
 extern Input dummy_input_global;