]> git.lyx.org Git - lyx.git/blobdiff - src/support/lstrings.cpp
Revert qprocess code. Revisions reverted: 22026, 22030, 22044, 22048,
[lyx.git] / src / support / lstrings.cpp
index 1952300ecd305f17713893761bb51ce291e591f8..aa5bbc6cbc024c565be155da640614ddaae2ce67 100644 (file)
 #include <algorithm>
 #include <sstream>
 
-
-using std::transform;
-using std::string;
-using std::vector;
-
-#ifndef CXX_GLOBAL_CSTD
-using std::isdigit;
-using std::tolower;
-using std::toupper;
-#endif
-
+using namespace std;
 
 namespace lyx {