X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fispell.C;h=f1abc99bf013fc419307554498857b245ad9f765;hb=78046794ccfce3a20751e00b35295c290853afd6;hp=096e7b7444475c4224a4a5e05290e2cc18c03d36;hpb=0be0fcfd5907d448cd51addf83ed7032719a0692;p=lyx.git diff --git a/src/ispell.C b/src/ispell.C index 096e7b7444..f1abc99bf0 100644 --- a/src/ispell.C +++ b/src/ispell.C @@ -12,18 +12,17 @@ #include -#include "LString.h" -#include "lyxrc.h" -#include "language.h" +#include "ispell.h" + +#include "bufferparams.h" #include "debug.h" #include "encoding.h" -#include "ispell.h" -#include "WordLangTuple.h" #include "gettext.h" -#include "bufferparams.h" +#include "language.h" +#include "lyxrc.h" +#include "WordLangTuple.h" #include "support/forkedcall.h" -#include "support/lstrings.h" // HP-UX 11.x doesn't have this header #ifdef HAVE_SYS_SELECT_H @@ -31,17 +30,16 @@ #endif #include -using namespace lyx::support; - #ifndef CXX_GLOBAL_CSTD using std::strcpy; using std::strlen; using std::strpbrk; -using std::strstr; #endif using std::endl; using std::max; +using std::string; + namespace {