X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxvc.C;h=b4dae54556863c0f6b2f3f09777dbe6c71a4855c;hb=78046794ccfce3a20751e00b35295c290853afd6;hp=9bc020831096bb12edfcfea4d898a194be9cc0f2;hpb=91de22ef340abbf1e9ba7d422bcd9024fa90d63f;p=lyx.git diff --git a/src/lyxvc.C b/src/lyxvc.C index 9bc0208310..b4dae54556 100644 --- a/src/lyxvc.C +++ b/src/lyxvc.C @@ -26,10 +26,13 @@ #include "support/filetools.h" #include "support/lyxlib.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;