X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fconverter.C;h=370843056bf2a18ce44abe252813bc62dd0746c0;hb=78046794ccfce3a20751e00b35295c290853afd6;hp=7f7ef49fa0e2844176e3dbb6b53e403d5229eecd;hpb=e835c9477b521fb191d29b44742565aec1525122;p=lyx.git diff --git a/src/converter.C b/src/converter.C index 7f7ef49fa0..370843056b 100644 --- a/src/converter.C +++ b/src/converter.C @@ -11,13 +11,14 @@ #include #include "converter.h" -#include "bufferparams.h" -#include "format.h" + #include "buffer.h" #include "buffer_funcs.h" -#include "LaTeX.h" -#include "gettext.h" +#include "bufferparams.h" #include "debug.h" +#include "format.h" +#include "gettext.h" +#include "LaTeX.h" #include "frontends/Alert.h" @@ -26,11 +27,28 @@ #include "support/path.h" #include "support/systemcall.h" -using namespace lyx::support; +using lyx::support::AddName; +using lyx::support::bformat; +using lyx::support::ChangeExtension; +using lyx::support::compare_ascii_no_case; +using lyx::support::contains; +using lyx::support::DirList; +using lyx::support::GetExtension; +using lyx::support::LibScriptSearch; +using lyx::support::MakeRelPath; +using lyx::support::OnlyFilename; +using lyx::support::OnlyPath; +using lyx::support::Path; +using lyx::support::prefixIs; +using lyx::support::QuoteName; +using lyx::support::rename; +using lyx::support::split; +using lyx::support::subst; +using lyx::support::Systemcall; using std::endl; using std::find_if; - +using std::string; using std::vector;