]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormSpellchecker.C
Introduce LFUN_PRINT.
[lyx.git] / src / frontends / xforms / FormSpellchecker.C
index 5273d8d6f4b957073c0001e2c53135b1a554f152..b47713bb15a31311aa186f9a4a2375c58f5dfce2 100644 (file)
 
 #include <config.h>
 
-#include "xformsBC.h"
 #include "FormSpellchecker.h"
 #include "ControlSpellchecker.h"
 #include "forms/form_spellchecker.h"
 
-#include "forms_gettext.h"
 #include "Tooltips.h"
 #include "xforms_helpers.h"
+#include "xformsBC.h"
+
 #include "support/tostr.h"
 
 #include "lyx_forms.h"
 
-using std::endl;
+
+using std::string;
+
 
 typedef FormCB<ControlSpellchecker, FormDB<FD_spellchecker> > base_class;