]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/input.hh
Manual cleanup after unsmob_xxx -> Xxx:unsmob conversion
[lilypond.git] / lily / include / input.hh
index a6aa1698b4d56912e6e71dba8ced11d7386616db..5a2992fdbe2ae54efb936ad5614989e7c07e500b 100644 (file)
@@ -21,6 +21,7 @@
 #define INPUT_HH
 
 #include "lily-proto.hh"
+#include "smobs.hh"
 
 /**
    Base class for anything that records its poisition in the parse file.
@@ -35,6 +36,8 @@ public:
   char const *start () const;
   char const *end () const;
 
+  static Input *unsmob (SCM);
+
   void set (Source_file *, char const *, char const *);
   void error (const string&) const;
   void programming_error (const string&) const;
@@ -66,10 +69,7 @@ protected:
   string message_string (const string &msg) const;
 };
 
-#include "smobs.hh"
-
 SCM make_input (Input spot);
-Input *unsmob_input (SCM);
 
 extern Input dummy_input_global;