]> git.lyx.org Git - features.git/blobdiff - src/lyxgluelength.C
Replace LString.h with support/std_string.h,
[features.git] / src / lyxgluelength.C
index c7c90432293f931ee3363c06b256f65244ee42bb..a32bc6f775d8b6acfc6db7e22fd885e6bbf04e73 100644 (file)
@@ -1,19 +1,21 @@
-/* This file is part of
- * ======================================================
+/**
+ * \file lyxgluelength.C
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *           LyX, The Document Processor
+ * \author Lars Gullik Bjønnes
+ * \author Matthias Ettrich
+ * \author John Levon
  *
- *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2001 The LyX Team.
- *
- * ====================================================== */
+ * Full author contact details are available in file CREDITS.
+ */
 
 #include <config.h>
 
 #include "lyxgluelength.h"
 #include "lengthcommon.h"
 
-#include "Lsstream.h"
+#include "support/std_sstream.h"
 
 
 LyXGlueLength::LyXGlueLength(LyXLength const & len)