]> git.lyx.org Git - lyx.git/blobdiff - src/LyXVC.cpp
* docstream: factorize out some code and introduce odocfstream::reset()
[lyx.git] / src / LyXVC.cpp
index 5b31fae692b197de961b5aa2c0ffcbbd9878c0c4..2e316d6af7fa28a08c6225af65cf986d1d4f024a 100644 (file)
@@ -17,9 +17,9 @@
 
 #include "LyXVC.h"
 #include "VCBackend.h"
-#include "debug.h"
+#include "support/debug.h"
 #include "Buffer.h"
-#include "gettext.h"
+#include "support/gettext.h"
 
 #include "frontends/alert.h"
 
@@ -35,9 +35,7 @@ using support::FileName;
 using support::makeAbsPath;
 using support::tempName;
 
-using std::endl;
 using std::string;
-using std::pair;
 
 namespace Alert = frontend::Alert;