]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_parboxinset.C
small up/down tweaking
[lyx.git] / src / mathed / math_parboxinset.C
index eac138f455b34c92471c6ea46043de3ddebb0ece..6875a9c84c64d77fed7390f47d5cdd66d735728d 100644 (file)
@@ -1,3 +1,6 @@
+#ifdef __GNUG__
+#pragma implementation
+#endif
 
 #include "math_parboxinset.h"
 #include "math_mathmlstream.h"
@@ -5,8 +8,6 @@
 #include "lyxlength.h"
 #include "debug.h"
 
-using std::vector;
-
 
 MathParboxInset::MathParboxInset()
        : lyx_width_(0), tex_width_("0mm"), position_('c')
@@ -65,4 +66,3 @@ void MathParboxInset::infoize(std::ostream & os) const
 {
        os << "Box: Parbox " << tex_width_;
 }
-