]> git.lyx.org Git - features.git/blobdiff - src/lyxlength.C
Replace LString.h with support/std_string.h,
[features.git] / src / lyxlength.C
index 62ef59b66605b8b2d0f0ecf77b2ff33e8a4d5f05..48cea2f4185061099d1d6e2bc5997372df18c2cd 100644 (file)
@@ -1,28 +1,27 @@
-/* This file is part of
- * ======================================================
+/**
+ * \file lyxlength.C
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *           LyX, The Document Processor
+ * \author Matthias Ettrich
+ * \author Lars Gullik Bjønnes
+ * \author Jean-Marc Lasgouttes
+ * \author Angus Leeming
+ * \author John Levon
+ * \author Dekel Tsur
  *
- *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2001 The LyX Team.
- *
- * ====================================================== */
+ * Full author contact details are available in file CREDITS.
+ */
 
 #include <config.h>
 
-#ifdef __GNUG__
-#pragma implementation
-#endif
-
 #include "lyxlength.h"
 #include "lengthcommon.h"
 #include "lyxrc.h"
 
-#include "support/lstrings.h"
 
-#include "Lsstream.h"
+#include "support/std_sstream.h"
 
-#include <cstdlib>
 
 using std::abs;