commit 80a91a0f7e402b217847956e517fa05986e1a80f
Author: Pavel Sanda <[email protected]>
Date:   Thu Jun 12 20:38:33 2025 +0200

    one more header cleanup
---
 src/mathed/InsetMathIntertext.cpp | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/src/mathed/InsetMathIntertext.cpp 
b/src/mathed/InsetMathIntertext.cpp
index 5d100eb53d..c9109279e3 100644
--- a/src/mathed/InsetMathIntertext.cpp
+++ b/src/mathed/InsetMathIntertext.cpp
@@ -12,15 +12,10 @@
 
 #include "InsetMathIntertext.h"
 
-#include "Buffer.h"
-#include "BufferView.h"
 #include "Dimension.h"
-#include "InsetMathChar.h"
 #include "LaTeXFeatures.h"
 #include "MathData.h"
-#include "MathFactory.h"
 #include "MathStream.h"
-#include "MathSupport.h"
 #include "MetricsInfo.h"
 #include "support/docstream.h"
 #include "support/lstrings.h"
@@ -30,6 +25,8 @@ using lyx::support::escape;
 
 namespace lyx {
 
+class Buffer;
+
 InsetMathIntertext::InsetMathIntertext(Buffer * buf, docstring const & name)
        : InsetMathNest(buf, 1), name_(name)
 {}
-- 
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to