]> git.lyx.org Git - lyx.git/blobdiff - src/buffer_funcs.C
ws changes only
[lyx.git] / src / buffer_funcs.C
index 44b3be4e15daab7e7f7721b7d7589e6b082f049f..425bb3431a06d92f1d118ba5ad002ddb21bcb34d 100644 (file)
 
 #include "buffer.h"
 #include "bufferlist.h"
+#include "bufferparams.h"
 #include "errorlist.h"
 #include "gettext.h"
 #include "LaTeX.h"
 #include "paragraph.h"
+#include "lyxvc.h"
+#include "texrow.h"
 #include "vc-backend.h"
 
 #include "frontends/Alert.h"
 #include "support/filetools.h"
 #include "support/lyxlib.h"
 
+using lyx::support::bformat;
+using lyx::support::FileInfo;
+using lyx::support::IsFileWriteable;
+using lyx::support::LibFileSearch;
+using lyx::support::MakeDisplayPath;
+using lyx::support::OnlyFilename;
+using lyx::support::OnlyPath;
+using lyx::support::unlink;
 
-extern BufferList bufferlist;
+using std::string;
 
-using namespace lyx::support;
 
+extern BufferList bufferlist;
 
 namespace {