X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FThesaurus.cpp;h=6e5d80a07d351068aaf4690c760ae81ea10b90d3;hb=0362c6aae73c293d1c20277c12d362acfe0b2ef6;hp=466abebc1d5eea6854340bf9d2e560ba20e27923;hpb=9d0ea8aeff32833a90b3fe64df0c5518a9e241be;p=lyx.git diff --git a/src/Thesaurus.cpp b/src/Thesaurus.cpp index 466abebc1d..6e5d80a07d 100644 --- a/src/Thesaurus.cpp +++ b/src/Thesaurus.cpp @@ -20,15 +20,13 @@ #include +using namespace std; namespace lyx { #ifdef HAVE_LIBAIKSAURUS using support::bformat; -using std::sort; -using std::string; - Thesaurus::Thesaurus() : aik_(new Aiksaurus)