]> git.lyx.org Git - lyx.git/blobdiff - src/Exporter.cpp
Fixed some lines that were too long. It compiled afterwards.
[lyx.git] / src / Exporter.cpp
index 498f8de5f93b9162187da7c5d244520459f668ea..5826cb52fcd7ae358d199bc0a192f44eceb00180 100644 (file)
 
 #include <boost/filesystem/operations.hpp>
 
+using std::find;
+using std::string;
+using std::vector;
+
 
 namespace lyx {
 
@@ -51,10 +55,6 @@ using support::onlyPath;
 using support::package;
 using support::prefixIs;
 
-using std::find;
-using std::string;
-using std::vector;
-
 namespace Alert = frontend::Alert;
 namespace fs = boost::filesystem;