]> git.lyx.org Git - lyx.git/blobdiff - src/Thesaurus.cpp
Andre's s/getTextClass/textClass/ cleanup.
[lyx.git] / src / Thesaurus.cpp
index 91aa9f649ad1315a5625532c41f757e284824913..6e5d80a07d351068aaf4690c760ae81ea10b90d3 100644 (file)
@@ -12,7 +12,7 @@
 
 #include "Thesaurus.h"
 
-#include "gettext.h"
+#include "support/gettext.h"
 
 #include "support/lstrings.h"
 
 
 #include <algorithm>
 
+using namespace std;
 
 namespace lyx {
 
 #ifdef HAVE_LIBAIKSAURUS
 using support::bformat;
 
-using std::sort;
-using std::string;
-
 
 Thesaurus::Thesaurus()
        : aik_(new Aiksaurus)