X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FCutAndPaste.cpp;h=2450e0fc5cbfa5dc5eec958adf8341ecf0ac7fe4;hb=dfd786e6a0cb8d2d9548d1a0ef17eb47b0752e1b;hp=fcf9633520b33a37bc6f296ddd56496ce93bae27;hpb=c7afa2d6581e350834f39c01ba3ba173a8c2022e;p=lyx.git diff --git a/src/CutAndPaste.cpp b/src/CutAndPaste.cpp index fcf9633520..2450e0fc5c 100644 --- a/src/CutAndPaste.cpp +++ b/src/CutAndPaste.cpp @@ -15,6 +15,7 @@ #include "CutAndPaste.h" +#include "BaseClassList.h" #include "Buffer.h" #include "buffer_funcs.h" #include "BufferParams.h" @@ -30,7 +31,6 @@ #include "LyXFunc.h" #include "LyXRC.h" #include "Text.h" -#include "TextClassList.h" #include "Paragraph.h" #include "paragraph_funcs.h" #include "ParagraphParameters.h" @@ -393,7 +393,7 @@ docstring grabAndEraseSelection(Cursor & cur) void switchBetweenClasses(TextClassPtr const & oldone, - TextClassPtr const & newone, InsetText & in, ErrorList & errorlist) + TextClassPtr const & newone, InsetText & in, ErrorList & errorlist) { errorlist.clear();