]> git.lyx.org Git - lyx.git/blobdiff - src/lastfiles.C
The Gtk patch.
[lyx.git] / src / lastfiles.C
index 615b9de7ee35c8e52338e9dd516aca4369f6526d..1691253373c4e486f1ec1b79ad81dbbfb15a2ea9 100644 (file)
@@ -1,20 +1,15 @@
-/* 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>
 
-
-#ifdef __GNUG__
-#pragma implementation
-#endif
-
 #include "lastfiles.h"
 #include "debug.h"
 
@@ -25,6 +20,8 @@
 #include <iterator>
 
 
+using namespace lyx::support;
+
 using std::ifstream;
 using std::ofstream;
 using std::getline;