X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FPSpell.cpp;h=c4b4d980ac661a2d8640a913e35285dc566bf25b;hb=0362c6aae73c293d1c20277c12d362acfe0b2ef6;hp=547d4ba5ea956c71481b717d10616ab5db6825a2;hpb=e1ce2f92db49d50c688414a32944be8e718faa2e;p=lyx.git diff --git a/src/PSpell.cpp b/src/PSpell.cpp index 547d4ba5ea..c4b4d980ac 100644 --- a/src/PSpell.cpp +++ b/src/PSpell.cpp @@ -11,7 +11,7 @@ #include -#include "debug.h" +#include "support/debug.h" #define USE_ORIGINAL_MANAGER_FUNCS 1 // new aspell pspell missing extern "C" @@ -24,12 +24,11 @@ extern "C" { #include +using namespace std; +using namespace lyx::support; namespace lyx { -using std::endl; -using std::string; - PSpell::PSpell(BufferParams const &, string const & lang) : els(0), spell_error_object(0)