]> git.lyx.org Git - lyx.git/blobdiff - src/Importer.cpp
Fixed some lines that were too long. It compiled afterwards.
[lyx.git] / src / Importer.cpp
index 63c92a4a280a2eb1250c0d004f58ebe2e9bd2c18..78c2c0969eec5c8e117c38006352a08629f28d87 100644 (file)
 #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)