]> git.lyx.org Git - lyx.git/blobdiff - src/ispell.C
Add a Buffer::fully_loaded member function, returning true only when
[lyx.git] / src / ispell.C
index 2dae4f04bde1cea5f054c3a47140e51c7f275521..f1abc99bf013fc419307554498857b245ad9f765 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;
+using std::string;
+
 
 namespace {