]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMath.cpp
* src/frontends/GuiDocument.{cpp,h}:
[lyx.git] / src / mathed / InsetMath.cpp
index 49d381cd94c3bea1555561c962dd6ac33b104889..a056f27bfee3f02072751a6c83d0cb5a54105f6d 100644 (file)
@@ -23,8 +23,7 @@
 
 #include <boost/assert.hpp>
 
-using std::endl;
-
+using namespace std;
 
 namespace lyx {
 
@@ -134,7 +133,7 @@ HullType InsetMath::getType() const
 }
 
 
-std::ostream & operator<<(std::ostream & os, MathAtom const & at)
+ostream & operator<<(ostream & os, MathAtom const & at)
 {
        odocstringstream oss;
        WriteStream wi(oss, false, false);