X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FThesaurus.cpp;h=6e5d80a07d351068aaf4690c760ae81ea10b90d3;hb=0362c6aae73c293d1c20277c12d362acfe0b2ef6;hp=91aa9f649ad1315a5625532c41f757e284824913;hpb=5a7524ac9bd67e1151afa342917b2d3b7941929b;p=lyx.git diff --git a/src/Thesaurus.cpp b/src/Thesaurus.cpp index 91aa9f649a..6e5d80a07d 100644 --- a/src/Thesaurus.cpp +++ b/src/Thesaurus.cpp @@ -12,7 +12,7 @@ #include "Thesaurus.h" -#include "gettext.h" +#include "support/gettext.h" #include "support/lstrings.h" @@ -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)