X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FImporter.cpp;h=78c2c0969eec5c8e117c38006352a08629f28d87;hb=e54ae72e5fac6f750c3f7972c74bb42b57f3a049;hp=63c92a4a280a2eb1250c0d004f58ebe2e9bd2c18;hpb=f630be890494c849981e4fb52ea4740506e92bed;p=lyx.git diff --git a/src/Importer.cpp b/src/Importer.cpp index 63c92a4a28..78c2c0969e 100644 --- a/src/Importer.cpp +++ b/src/Importer.cpp @@ -17,16 +17,20 @@ #include "Format.h" #include "frontends/LyXView.h" #include "FuncRequest.h" -#include "lyx_cb.h" +#include "callback.h" #include "support/filetools.h" -#include "frontends/Alert.h" +#include "frontends/alert.h" #include "gettext.h" #include "BufferView.h" #include "buffer_funcs.h" +using std::find; +using std::string; +using std::vector; + namespace lyx { @@ -35,10 +39,6 @@ using support::changeExtension; using support::FileName; using support::makeDisplayPath; -using std::find; -using std::string; -using std::vector; - bool Importer::Import(LyXView * lv, FileName const & filename, string const & format, ErrorList & errorList)