]> git.lyx.org Git - lyx.git/blobdiff - src/importer.C
Partial fix bug 2092: branches not propagated to child documents
[lyx.git] / src / importer.C
index 68d20454d4b8aa4bea86b7e01fa079b392c6c2fe..672edcdc6e1e7713bde9654d3239a5dc83bb81b2 100644 (file)
 #include "funcrequest.h"
 
 #include "bufferlist.h"
-#include "buffer_funcs.h"
 #include "support/filetools.h"
 #include "frontends/Alert.h"
 #include "gettext.h"
 #include "BufferView.h"
 
-#include <algorithm>
+using lyx::support::bformat;
+using lyx::support::ChangeExtension;
+using lyx::support::MakeDisplayPath;
 
-using namespace lyx::support;
-
-using std::vector;
 using std::find;
+using std::string;
+using std::vector;
 
 
 extern BufferList bufferlist;