]> git.lyx.org Git - lyx.git/blobdiff - src/lyxvc.h
Move #includes out of header files.
[lyx.git] / src / lyxvc.h
index 30110b2bbe324b677df9d202ded0912f31c05208..64ad29443ae5e2d79b5aa7338db20949207659b1 100644 (file)
@@ -1,12 +1,17 @@
 // -*- 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
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include "LString.h"
 
 class VCS;