]> git.lyx.org Git - features.git/blobdiff - src/Lexer.cpp
'using namespace lyx::support' instead of 'using support::xxx'
[features.git] / src / Lexer.cpp
index a6418ef040dfd975240daab372b46bc80c443a6e..781aa52d15c5784e830a7bd4fde90549e0d979da 100644 (file)
 #include <vector>
 
 using namespace std;
+using namespace lyx::support;
 
 namespace lyx {
 
-using support::compare_ascii_no_case;
-using support::FileName;
-using support::isStrDbl;
-using support::isStrInt;
-using support::ltrim;
-using support::makeDisplayPath;
-using support::prefixIs;
-using support::split;
-using support::subst;
-using support::trim;
-
-
 //////////////////////////////////////////////////////////////////////
 //
 // Lexer::Pimpl