]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_parboxinset.C
Fix.
[lyx.git] / src / mathed / math_parboxinset.C
index eac138f455b34c92471c6ea46043de3ddebb0ece..5a4ad25dd64baa0b5f94c2fbd27e067f9c5c2cfc 100644 (file)
@@ -5,8 +5,6 @@
 #include "lyxlength.h"
 #include "debug.h"
 
-using std::vector;
-
 
 MathParboxInset::MathParboxInset()
        : lyx_width_(0), tex_width_("0mm"), position_('c')
@@ -65,4 +63,3 @@ void MathParboxInset::infoize(std::ostream & os) const
 {
        os << "Box: Parbox " << tex_width_;
 }
-