X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fsource-file.cc;h=5a94927a7ffb549977f5b284f5fda18f3bdf91a6;hb=626874c8eecfbeb04ca8ffec3fb78da48859b42f;hp=a3c08d29ba25dd4c65e35460db9ed9986bb77a0c;hpb=5af7cd44435fd26fade6e700a3912630e1553a87;p=lilypond.git diff --git a/lily/source-file.cc b/lily/source-file.cc index a3c08d29ba..5a94927a7f 100644 --- a/lily/source-file.cc +++ b/lily/source-file.cc @@ -33,6 +33,7 @@ #include #else #include +#define istringstream(x) istrstream (x, length ()) #endif using namespace std; @@ -41,16 +42,6 @@ using namespace std; #include "misc.hh" #include "warn.hh" -#if HAVE_SSTREAM -using std::istringstream; -#else -#define istringstream(x) std::istrstream (x, length ()) -#endif - -using std::istream; -using std::string; -using std::vector; - void Source_file::load_stdin () {