commit c057ddd773c2c6b1a668613fbf99c78a386514ab Author: Thibaut Cuvelier <tcuvel...@lyx.org> Date: Thu Feb 6 23:43:52 2025 +0100
Remove include that is no longer necessary. The use of `strcmp` has been removed as of 87f08ce2. --- src/mathed/InsetMathSymbol.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mathed/InsetMathSymbol.cpp b/src/mathed/InsetMathSymbol.cpp index ea0ac3f170..f0ab5abd42 100644 --- a/src/mathed/InsetMathSymbol.cpp +++ b/src/mathed/InsetMathSymbol.cpp @@ -26,8 +26,6 @@ #include "support/textutils.h" #include "support/unique_ptr.h" -#include <string.h>// for strcomp - using namespace std; namespace lyx { -- lyx-cvs mailing list lyx-cvs@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-cvs