]> git.lyx.org Git - lyx.git/blobdiff - src/lastfiles.C
fix reading the author field.
[lyx.git] / src / lastfiles.C
index 9c5449fb2d94f02fa700ad75fc32068ce1fa1ca1..ef200b2c9d992c2f9941e77d107082edd069d337 100644 (file)
@@ -1,12 +1,12 @@
-/* This file is part of
- * ======================================================
+/**
+ * \file lastfiles.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
  *
- *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2001 The LyX Team.
- *
- * ====================================================== */
+ * Full author contact details are available in file CREDITS.
+ */
 
 #include <config.h>
 
 
 #include "support/FileInfo.h"
 
-#include <fstream>
 #include <algorithm>
+#include <fstream>
 #include <iterator>
 
+using lyx::support::FileInfo;
 
-using std::ifstream;
-using std::ofstream;
-using std::getline;
+using std::copy;
 using std::endl;
 using std::find;
-using std::copy;
+using std::getline;
+using std::string;
+using std::ifstream;
+using std::ofstream;
 using std::ostream_iterator;