]> git.lyx.org Git - lyx.git/blobdiff - src/lyxrc.h
Correct Andr�'s name
[lyx.git] / src / lyxrc.h
index 0be918fb900e2b81c67d9f1e8aaa8e1e563d65c0..4e6b8b2e82380c9491f99184949a223d71f9aede 100644 (file)
@@ -4,16 +4,24 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * Full author contact details are available in file CREDITS
+ * \author Lars Gullik Bjønnes
+ * \author Jean-Marc Lasgouttes
+ * \author Angus Leeming
+ * \author John Levon
+ * \author André Pönitz
+ * \author Allan Rae
+ * \author Dekel Tsur
+ *
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef LYXRC_H
 #define LYXRC_H
 
-#include "paper.h" 
+#include "paper.h"
 #include "graphics/GraphicsTypes.h"
 
-// #include <boost/utility.hpp>
+#include "support/std_string.h"
 
 /// This contains the runtime configuration of LyX
 class LyXRC //: public noncopyable {