]> git.lyx.org Git - lyx.git/blobdiff - src/LyXVC.cpp
Embedding: saving inzip name to .lyx file so that embedded files can always be found...
[lyx.git] / src / LyXVC.cpp
index 4518a8076c9bf880cec5acaec2276cc02bd7bb58..62f41cc2042dcd8d6f9250fd58236b09de3d92ea 100644 (file)
@@ -25,7 +25,6 @@
 
 #include "support/filetools.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();