]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_tabularinset.C
get rid of broken_header.h and some unneeded tests
[lyx.git] / src / mathed / math_tabularinset.C
index 6d07dec5dd48c85b0d9195227f3b50dbbc54e5d3..78712160eb708282cecf92fdebf53262d5491551 100644 (file)
 #include <config.h>
 
 #include "math_tabularinset.h"
+#include "math_data.h"
 #include "math_mathmlstream.h"
 #include "math_streamstr.h"
 
 #include <iterator>
 
-using std::vector;
-using std::istringstream;
-using std::getline;
-using std::istream_iterator;
+
+using std::string;
 using std::auto_ptr;
 
 
@@ -40,7 +39,7 @@ MathTabularInset::MathTabularInset(string const & name, char valign,
 {}
 
 
-auto_ptr<InsetBase> MathTabularInset::clone() const
+auto_ptr<InsetBase> MathTabularInset::doClone() const
 {
        return auto_ptr<InsetBase>(new MathTabularInset(*this));
 }