X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FConverter.cpp;h=f2a463868e381d2badae7bd5aa23ee1304a32261;hb=e08e5afeea7194d95be1f02fe9484383574d203f;hp=e704cf12d41a1a1003b1b34883b1fd03dfdfaacf;hpb=ea244f4b0da25e1274395817cbe951eb302964b6;p=lyx.git diff --git a/src/Converter.cpp b/src/Converter.cpp index e704cf12d4..f2a463868e 100644 --- a/src/Converter.cpp +++ b/src/Converter.cpp @@ -33,6 +33,12 @@ #include "support/Path.h" #include "support/Systemcall.h" +using std::endl; +using std::find_if; +using std::string; +using std::vector; +using std::distance; + namespace lyx { @@ -59,12 +65,6 @@ using support::split; using support::subst; using support::Systemcall; -using std::endl; -using std::find_if; -using std::string; -using std::vector; -using std::distance; - namespace Alert = lyx::frontend::Alert;