Move Cursor.h from Clipboard.h

This commit is contained in:
Yuriy Skalko 2020-10-15 09:59:01 +03:00
parent 7f40bb2b2d
commit fbefdb10a5
8 changed files with 13 additions and 2 deletions

View File

@ -18,6 +18,8 @@
#include "support/docstring.h"
#include "insets/Inset.h"
#include "frontends/Clipboard.h"
#include <vector>
@ -28,6 +30,8 @@ namespace lyx {
class ErrorList;
class InsetText;
class Cursor;
class CursorData;
class CursorSlice;
class ParagraphList;
namespace cap {

View File

@ -27,6 +27,7 @@
#include "ConverterCache.h"
#include "Converter.h"
#include "CutAndPaste.h"
#include "DispatchResult.h"
#include "EnchantChecker.h"
#include "Encoding.h"
#include "ErrorList.h"

View File

@ -14,11 +14,12 @@
#ifndef BASE_CLIPBOARD_H
#define BASE_CLIPBOARD_H
#include "Cursor.h"
#include "support/strfwd.h"
namespace lyx {
class Cursor;
namespace frontend {
/**

View File

@ -37,6 +37,7 @@
#include "CmdDef.h"
#include "Color.h"
#include "Converter.h"
#include "Cursor.h"
#include "CutAndPaste.h"
#include "ErrorList.h"
#include "Font.h"

View File

@ -31,6 +31,7 @@
#include "BufferParams.h"
#include "BufferView.h"
#include "Converter.h"
#include "Cursor.h"
#include "CutAndPaste.h"
#include "Floating.h"
#include "FloatList.h"

View File

@ -15,6 +15,7 @@
#include "Buffer.h"
#include "BufferParams.h"
#include "BufferView.h"
#include "Cursor.h"
#include "CutAndPaste.h"
#include "Font.h"
#include "FuncRequest.h"

View File

@ -18,6 +18,7 @@
#include "Buffer.h"
#include "BufferParams.h"
#include "BufferView.h"
#include "Cursor.h"
#include "CutAndPaste.h"
#include "DispatchResult.h"
#include "FuncRequest.h"

View File

@ -26,6 +26,7 @@
#include "BufferParams.h"
#include "BufferView.h"
#include "ColorSet.h"
#include "Cursor.h"
#include "CutAndPaste.h"
#include "Encoding.h"
#include "Exporter.h"