]> 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 46d4c17a01354d83216ab63cc31cb717b2ca8d9f..2f87daf5b59d553417418371384dfc34fcdc7750 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "BufferParams.h"
 #include "Changes.h"
-#include "debug.h"
+#include "support/debug.h"
 #include "InsetList.h"
 #include "Layout.h"
 #include "Paragraph.h"
 
 #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)
 {