X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FUndo.cpp;h=8378859ea3fe21ba25e74d5f4627de3621a3f913;hb=0362c6aae73c293d1c20277c12d362acfe0b2ef6;hp=11224908ccc8b51deea6b12a78714dae8e72699b;hpb=9abb7db46800e554f57e865a3e768602ffd9d6f1;p=lyx.git diff --git a/src/Undo.cpp b/src/Undo.cpp index 11224908cc..8378859ea3 100644 --- a/src/Undo.cpp +++ b/src/Undo.cpp @@ -20,7 +20,6 @@ #include "Buffer.h" #include "BufferParams.h" #include "buffer_funcs.h" -#include "support/debug.h" #include "DocIterator.h" #include "Paragraph.h" #include "ParagraphList.h" @@ -31,6 +30,7 @@ #include "insets/Inset.h" +#include "support/debug.h" #include "support/limited_stack.h" #include