]> git.lyx.org Git - lyx.git/blobdiff - src/CmdDef.cpp
Amend 6c3447c8: FindAdv: sometimes a space is added on some math symbols
[lyx.git] / src / CmdDef.cpp
index 8a480bd4df01678756cc771e3a2bc7bda8b858ab..d813eba8e094c8c5fd651acd29894393e8117995 100644 (file)
 
 #include "CmdDef.h"
 
+#include "FuncRequest.h"
 #include "LyXAction.h"
-#include "Lexer.h"
 
 #include "support/debug.h"
 #include "support/FileName.h"
 #include "support/filetools.h"
+#include "support/Lexer.h"
 #include "support/lstrings.h"
 
 #include <string>