[LyX/master] Remove unused #include

2024-04-28 Thread Jean-Marc Lasgouttes
commit df19a709008e706c40c3b81e6a42f61bbef745ef
Author: Jean-Marc Lasgouttes 
Date:   Sun Apr 28 12:33:33 2024 +0200

Remove unused #include
---
 src/support/filetools.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/support/filetools.cpp b/src/support/filetools.cpp
index a2eba83eef..3bdeb8e1e1 100644
--- a/src/support/filetools.cpp
+++ b/src/support/filetools.cpp
@@ -23,7 +23,6 @@
 
 #include "support/filetools.h"
 
-#include "LyX.h"
 #include "LyXRC.h"
 
 #include "support/convert.h"
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] Remove unused include file.

2016-05-29 Thread Richard Heck
commit b8be856f7902d25ff6a219f0adeeff9935b7307a
Author: Stephan Witt 
Date:   Tue May 10 18:08:05 2016 +0200

Remove unused include file.

diff --git a/src/AppleSpellChecker.cpp b/src/AppleSpellChecker.cpp
index 189ada7..6020de7 100644
--- a/src/AppleSpellChecker.cpp
+++ b/src/AppleSpellChecker.cpp
@@ -13,7 +13,6 @@
 #include "AppleSpellChecker.h"
 #include "WordLangTuple.h"
 
-#include "support/lassert.h"
 #include "support/debug.h"
 #include "support/docstring_list.h"
 #include "support/AppleSpeller.h"