]> git.lyx.org Git - lyx.git/blobdiff - src/ispell.C
Replace 'using namespace abc;' with 'using abc::xyz;'
[lyx.git] / src / ispell.C
index 2dae4f04bde1cea5f054c3a47140e51c7f275521..acf8c6a404397e65ed409ae98a4c27ef1c8f97c4 100644 (file)
 #endif
 #include <sys/time.h>
 
-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;
 
+
 namespace {
 
 class LaunchIspell : public lyx::support::ForkedProcess {