]> git.lyx.org Git - features.git/blobdiff - src/lastfiles.C
updated tr.po, po files remerged, small fix to debug statement in lyxfunc.C
[features.git] / src / lastfiles.C
index da4d4d9a54297421cb65cc59e0f3283ccd081839..3ad8b9fdf557156a6c5b132d4109cb4371541f5d 100644 (file)
 #endif
 
 #include <fstream>
+#include <algorithm>
 using std::ifstream;
 using std::ofstream;
 using std::copy;
 using std::ostream_iterator;
 
-#include <algorithm>
 using std::find;
 
 #include "support/FileInfo.h"