]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathArray.cpp
simplify GuiToc / TocWidget interaction. Much can still be simplified...
[lyx.git] / src / mathed / InsetMathArray.cpp
index bbfb583b9e4ae57bb189962f23c52c0cc2188743..319e7ef55c6c85ac91dd37d6aad471f44c7b77a1 100644 (file)
 #include <iterator>
 #include <sstream>
 
+using namespace std;
 
 namespace lyx {
 
-using std::getline;
-using std::istringstream;
-using std::istream_iterator;
-using std::vector;
-using std::string;
-
 
 InsetMathArray::InsetMathArray(docstring const & name, int m, int n)
        : InsetMathGrid(m, n), name_(name)