]> git.lyx.org Git - lyx.git/blobdiff - src/lyxvc.C
Add a Buffer::fully_loaded member function, returning true only when
[lyx.git] / src / lyxvc.C
index 7291f0f3cbe04cd2574cf8ab8ef4b8fb95e956d4..b4dae54556863c0f6b2f3f09777dbe6c71a4855c 100644 (file)
 #include "debug.h"
 #include "buffer.h"
 #include "gettext.h"
-#include "funcrequest.h"
 
 #include "frontends/Alert.h"
-#include "frontends/LyXView.h"
 
 #include "support/filetools.h"
 #include "support/lyxlib.h"
 
-#include <unistd.h>
-
-using namespace lyx::support;
+using lyx::support::bformat;
+using lyx::support::IsFileReadable;
+using lyx::support::MakeDisplayPath;
+using lyx::support::tempName;
 
 using std::endl;
+using std::string;
 using std::pair;