]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathCases.cpp
Change the interface to a paragraph's layout. We still store a LayoutPtr, but now...
[lyx.git] / src / mathed / InsetMathCases.cpp
index 8a45e2155534c9e76256926b50301fa91dd7de19..6ade4d2ebe875d6eacc725b769a7a6e7e6e6d8a8 100644 (file)
 
 #include <ostream>
 
+using namespace std;
+using namespace lyx::support;
 
 namespace lyx {
 
-using support::bformat;
-
-using std::endl;
-
 
 InsetMathCases::InsetMathCases(row_type n)
        : InsetMathGrid(2, n, 'c', from_ascii("ll"))