]> git.lyx.org Git - lyx.git/blobdiff - src/lastfiles.C
Small fix.
[lyx.git] / src / lastfiles.C
index 82365f5eac09923f5139a04b679df4cc6d6ddff0..b132255bc66fe5aaabfce40a865e77da453b399a 100644 (file)
@@ -4,7 +4,7 @@
  *           LyX, The Document Processor
  *      
  *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-1999 The LyX Team.
+ *           Copyright 1995-2000 The LyX Team.
  *
  * ====================================================== */
 
 
 #include <fstream>
 #include <algorithm>
+
+#include "support/FileInfo.h"
+#include "lastfiles.h"
+#include "debug.h"
+
 using std::ifstream;
+using std::getline;
 using std::ofstream;
 using std::copy;
 using std::ostream_iterator;
-
 using std::find;
-
-#include "support/FileInfo.h"
-#include "lastfiles.h"
-#include "debug.h"
+using std::endl;
 
 LastFiles::LastFiles(string const & filename, bool st, unsigned int num)
        : dostat(st)