X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLyXVC.cpp;h=930680b33bd262373a3210c78f7b68a4a6e0df50;hb=0362c6aae73c293d1c20277c12d362acfe0b2ef6;hp=4518a8076c9bf880cec5acaec2276cc02bd7bb58;hpb=4020357dd20534adf4c5c0b557445a4924e9d508;p=lyx.git diff --git a/src/LyXVC.cpp b/src/LyXVC.cpp index 4518a8076c..930680b33b 100644 --- a/src/LyXVC.cpp +++ b/src/LyXVC.cpp @@ -17,15 +17,14 @@ #include "LyXVC.h" #include "VCBackend.h" -#include "support/debug.h" #include "Buffer.h" -#include "support/gettext.h" #include "frontends/alert.h" +#include "support/debug.h" #include "support/filetools.h" +#include "support/gettext.h" #include "support/lstrings.h" -#include "support/lyxlib.h" using namespace std; using namespace lyx::support; @@ -217,7 +216,7 @@ string const LyXVC::getLogFile() const if (!vcs) return string(); - FileName const tmpf = FileName::tempName(FileName(), "lyxvclog"); + FileName const tmpf = FileName::tempName("lyxvclog"); if (tmpf.empty()) { LYXERR(Debug::LYXVC, "Could not generate logfile " << tmpf); return string();