]> git.lyx.org Git - lyx.git/blobdiff - src/lyxvc.h
Replace LString.h with support/std_string.h,
[lyx.git] / src / lyxvc.h
index efb9c40c3acb702beea9d6716c155fd78ebbc65a..207c529de3b812b5e8d3a376450c18bf33f29578 100644 (file)
@@ -1,9 +1,18 @@
 // -*- C++ -*-
+/**
+ * \file lyxvc.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * \author Lars Gullik Bjønnes
+ *
+ * Full author contact details are available in file CREDITS.
+ */
 
 #ifndef LYX_VC_H
 #define LYX_VC_H
 
-#include "LString.h"
+#include "support/std_string.h"
 
 class VCS;
 class Buffer;
@@ -86,9 +95,6 @@ public:
        string const & locker() const;
 
 private:
-       /// returns false if still not clean
-       bool ensureClean();
-       
        ///
        Buffer * owner_;