]> git.lyx.org Git - lyx.git/blobdiff - src/LColor.C
the spellcheck cleanup
[lyx.git] / src / LColor.C
index a1eca5898309fbe4f3a0ed1e1fb732395aa3fd27..ba42c4b761f01f5481ba5cbff244a6c4df003351 100644 (file)
 #include <config.h>
 
 #include "debug.h"
-#include "LColor.h"
 #include "gettext.h"
+#include "LColor.h"
 #include "support/lstrings.h"
 
 #include <map>
 
-using namespace lyx::support;
+using lyx::support::compare_ascii_no_case;
 
 using std::endl;
+using std::string;
 
 
 namespace {