X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsgml.cpp;h=6ac6c8653b95af30c777cae4ed13e23c4bf6ac9d;hb=1acedf11da79f509da706bc8d6d2f491c9676087;hp=6568a35bcd4ae172661339885e9db06a23b62bcb;hpb=cdf13782003f6fca74b267c6b23d76bb9edaa65c;p=lyx.git diff --git a/src/sgml.cpp b/src/sgml.cpp index 6568a35bcd..6ac6c8653b 100644 --- a/src/sgml.cpp +++ b/src/sgml.cpp @@ -30,15 +30,11 @@ #include #include +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) {