mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
Move Cursor.h from Clipboard.h
This commit is contained in:
parent
7f40bb2b2d
commit
fbefdb10a5
@ -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 {
|
||||
|
@ -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"
|
||||
|
@ -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 {
|
||||
|
||||
/**
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user