]> git.lyx.org Git - lyx.git/blobdiff - src/DepTable.C
Andres fixes to sstrem problems
[lyx.git] / src / DepTable.C
index 16b5905e09319a91aeba27611e673b60693eddf7..d2fc3f1b9032f5bfc92aafb28637b57245417982 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,