]> git.lyx.org Git - lyx.git/blobdiff - src/DepTable.C
Small fix.
[lyx.git] / src / DepTable.C
index 16b5905e09319a91aeba27611e673b60693eddf7..1b8f32a1d6260dee6660741e801fdcac59d0c5e1 100644 (file)
@@ -2,10 +2,10 @@
  * ====================================================== 
  * 
  *           LyX, The Document Processor
- *          Copyright (C) 1995 Matthias Ettrich
- *           Copyright (C) 1995-1998 The LyX Team.
+ *          Copyright 1995 Matthias Ettrich
+ *           Copyright 1995-2000 The LyX Team.
  *
- *           This file is Copyright (C) 1996-1998
+ *           This file is Copyright 1996-2000
  *           Lars Gullik Bjønnes
  *
  * ====================================================== 
 #include "support/lyxlib.h"
 #include "support/filetools.h"
 #include <fstream>
+
 using std::make_pair;
 using std::ofstream;
 using std::ifstream;
+using std::endl;
 
 void DepTable::insert(string const & fi,
                      bool upd,
@@ -117,7 +119,6 @@ void DepTable::remove_files_with_extension(string const & suf)
                        tmp[(*cit).first] = (*cit).second;
        }
        deplist.swap(tmp);
-       
 }