mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
Clean Cursor and CursorSlice
This commit is contained in:
parent
61bc850c27
commit
65db7b31ad
@ -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"
|
||||
|
@ -20,8 +20,6 @@
|
||||
|
||||
#include "support/debug.h"
|
||||
|
||||
#include "insets/Inset.h"
|
||||
|
||||
#include "mathed/InsetMath.h"
|
||||
#include "mathed/InsetMathMacro.h"
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
namespace lyx {
|
||||
|
||||
class Inset;
|
||||
class InsetMath;
|
||||
class MathData;
|
||||
class Text;
|
||||
class Paragraph;
|
||||
|
Loading…
Reference in New Issue
Block a user