]> git.lyx.org Git - lyx.git/blobdiff - src/lyxgluelength.C
* src/tabular.[Ch]: simplify plaintext methods, because there
[lyx.git] / src / lyxgluelength.C
index 8de501294d0a4feca7ff5f818dbec85d8f7d18d5..fbea55bbd0354fa397088258e4eaed6a6ab2f0ed 100644 (file)
 #include "lyxgluelength.h"
 #include "lengthcommon.h"
 
-#include "support/std_sstream.h"
+#include <sstream>
+
+
+namespace lyx {
 
 using std::ostringstream;
+using std::string;
 
 
 LyXGlueLength::LyXGlueLength(LyXLength const & len)
@@ -131,3 +135,6 @@ bool operator!=(LyXGlueLength const & l1, LyXGlueLength const & l2)
 {
        return !(l1 == l2);
 }
+
+
+} // namespace lyx