Clean Cursor and CursorSlice

This commit is contained in:
Yuriy Skalko 2020-10-15 00:45:04 +03:00
parent 61bc850c27
commit 65db7b31ad
3 changed files with 3 additions and 5 deletions

View File

@ -14,12 +14,12 @@
#include <config.h>
#include "Cursor.h"
#include "Buffer.h"
#include "BufferView.h"
#include "CoordCache.h"
#include "Cursor.h"
#include "CutAndPaste.h"
#include "DispatchResult.h"
#include "FuncCode.h"
#include "FuncRequest.h"
#include "Language.h"

View File

@ -20,8 +20,6 @@
#include "support/debug.h"
#include "insets/Inset.h"
#include "mathed/InsetMath.h"
#include "mathed/InsetMathMacro.h"

View File

@ -24,7 +24,7 @@
namespace lyx {
class Inset;
class InsetMath;
class MathData;
class Text;
class Paragraph;