]> git.lyx.org Git - lyx.git/blobdiff - src/PSpell.cpp
Andre's s/getTextClass/textClass/ cleanup.
[lyx.git] / src / PSpell.cpp
index 547d4ba5ea956c71481b717d10616ab5db6825a2..c4b4d980ac661a2d8640a913e35285dc566bf25b 100644 (file)
@@ -11,7 +11,7 @@
 
 #include <config.h>
 
-#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 <boost/assert.hpp>
 
+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)