]> git.lyx.org Git - lyx.git/blobdiff - src/Exporter.cpp
Move Dialog.{h,cpp} and ButtonPolicy.{h,cpp} to frontends/qt4/
[lyx.git] / src / Exporter.cpp
index dbe4e5ad98a761e8e15759bfe3a43e89be400737..6857c87ee15a6203e99ab8406e9c6f49e9a4adab 100644 (file)
 #include "frontends/alert.h"
 
 #include "support/filetools.h"
+#include "support/lstrings.h"
 #include "support/Package.h"
 
-#include <boost/filesystem/operations.hpp>
+#include <algorithm>
 
 using std::find;
 using std::string;
@@ -43,7 +44,6 @@ using support::package;
 using support::prefixIs;
 
 namespace Alert = frontend::Alert;
-namespace fs = boost::filesystem;
 
 /// ask the user what to do if a file already exists
 static int checkOverwrite(FileName const & filename)