]> git.lyx.org Git - lyx.git/blobdiff - src/DepTable.C
citation patch from Angus
[lyx.git] / src / DepTable.C
index 60b6e65e9734d0378d22fc07ba682066bf00ddfb..1b8f32a1d6260dee6660741e801fdcac59d0c5e1 100644 (file)
 #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);
-       
 }