]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_funcs.cpp
'using namespace std' instead of 'using std::xxx'
[lyx.git] / src / paragraph_funcs.cpp
index 9e56bd550bd3105df4049dd08ff3d74e4c42ee7e..2f87daf5b59d553417418371384dfc34fcdc7750 100644 (file)
 
 #include <boost/next_prior.hpp>
 
+using namespace std;
 
 namespace lyx {
 
-using std::endl;
-
-
 static bool moveItem(Paragraph & fromPar, pos_type fromPos,
        Paragraph & toPar, pos_type toPos, BufferParams const & params)
 {