]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/CommandInset.cpp
* src/frontends/GuiDocument.{cpp,h}:
[lyx.git] / src / mathed / CommandInset.cpp
index 01337c595f40a5422a0007ea2ee20255af48ca01..7c24458cf557dbab919f6d65ca3ed087de53193b 100644 (file)
 
 #include <sstream>
 
+using namespace std;
 
 namespace lyx {
 
-using std::string;
 
 CommandInset::CommandInset(docstring const & name)
        : InsetMathNest(2), name_(name), set_label_(false)