]> git.lyx.org Git - features.git/blobdiff - src/lyxvc.h
Replace LString.h with support/std_string.h,
[features.git] / src / lyxvc.h
index d282f395534edf2d5f1d812481e28f26cfbff07f..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;