]> git.lyx.org Git - lyx.git/blobdiff - src/sgml.cpp
* src/frontends/GuiDocument.{cpp,h}:
[lyx.git] / src / sgml.cpp
index 6568a35bcd4ae172661339885e9db06a23b62bcb..6ac6c8653b95af30c777cae4ed13e23c4bf6ac9d 100644 (file)
 #include <map>
 #include <ostream>
 
+using namespace std;
+using namespace lyx::support;
 
 namespace lyx {
 
-using support::subst;
-
-using std::map;
-using std::ostream;
-using std::ostringstream;
-using std::string;
 
 docstring sgml::escapeChar(char_type c)
 {