]> git.lyx.org Git - features.git/commitdiff
Clean Cursor and CursorSlice
authorYuriy Skalko <yuriy.skalko@gmail.com>
Wed, 14 Oct 2020 21:45:04 +0000 (00:45 +0300)
committerYuriy Skalko <yuriy.skalko@gmail.com>
Fri, 16 Oct 2020 05:02:51 +0000 (08:02 +0300)
src/Cursor.cpp
src/CursorSlice.cpp
src/CursorSlice.h

index 41cf26ec1758fa0b1caa72d2994616f03aba556a..0d68c8680787e7306799d2a02bf73655a6def302 100644 (file)
 
 #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"
index 62fd92f362456fbd3810670fe22e1b0b4c5f0638..20a163449f8d687fd98a8a5d314fb0fcd176d53f 100644 (file)
@@ -20,8 +20,6 @@
 
 #include "support/debug.h"
 
-#include "insets/Inset.h"
-
 #include "mathed/InsetMath.h"
 #include "mathed/InsetMathMacro.h"
 
index f6d60d8ce627430d35e2d8468460f43a595abcb2..9f91ade9e9452b51b287ec20c71bcf3015288fdd 100644 (file)
@@ -24,7 +24,7 @@
 
 namespace lyx {
 
-class Inset;
+class InsetMath;
 class MathData;
 class Text;
 class Paragraph;