X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fparagraph_funcs.cpp;h=2f87daf5b59d553417418371384dfc34fcdc7750;hb=1acedf11da79f509da706bc8d6d2f491c9676087;hp=46d4c17a01354d83216ab63cc31cb717b2ca8d9f;hpb=e1ce2f92db49d50c688414a32944be8e718faa2e;p=lyx.git diff --git a/src/paragraph_funcs.cpp b/src/paragraph_funcs.cpp index 46d4c17a01..2f87daf5b5 100644 --- a/src/paragraph_funcs.cpp +++ b/src/paragraph_funcs.cpp @@ -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" @@ -24,12 +24,10 @@ #include +using namespace std; namespace lyx { -using std::endl; - - static bool moveItem(Paragraph & fromPar, pos_type fromPos, Paragraph & toPar, pos_type toPos, BufferParams const & params) {