]> git.lyx.org Git - lyx.git/blobdiff - src/sgml.C
ws changes only
[lyx.git] / src / sgml.C
index 9104cda839cb7b3f2eb7ca913a951f7e7f3b7dbf..6309fa0b2e19a9b038e08f55f650ba279c462269 100644 (file)
@@ -1,23 +1,28 @@
 /**
  * \file sgml.C
- * Copyright 2002 the LyX Team
- * Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
  * \author José Matos
- * \author John Levon <levon@movementarian.org>
+ * \author John Levon
+ *
+ * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
 
-#include "support/LOstream.h"
+#include "support/std_ostream.h"
 
 #include "paragraph.h"
 #include "sgml.h"
 
-using std::pair;
+using std::endl;
 using std::make_pair;
+
 using std::ostream;
-using std::endl;
+using std::pair;
+using std::string;
+
 
 namespace sgml {