]> git.lyx.org Git - features.git/blobdiff - src/lyx_main.h
Replace LString.h with support/std_string.h,
[features.git] / src / lyx_main.h
index 6f2dfc7eddfb4fbf71890233a74788cd08bc2915..39966400146d6a07e5494cad959d7197e662d828 100644 (file)
@@ -1,17 +1,20 @@
 // -*- C++ -*-
 /**
  * \file lyx_main.h
- * Copyright 2002 the LyX Team
- * Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- * \author unknown
+ * \author Lars Gullik Bjønnes
+ * \author Jean-Marc Lasgouttes
+ * \author John Levon
+ *
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef LYX_MAIN_H
 #define LYX_MAIN_H
 
-#include "LString.h"
-#include "errorlist.h"
+#include "support/std_string.h"
 
 #include <boost/scoped_ptr.hpp>
 #include <boost/utility.hpp>
 #include <csignal>
 
 
+class ErrorItem;
 class LyXRC;
 class LastFiles;
 class Buffer;
 class kb_keymap;
 
 
-/// e.g. $HOME/.lyx/
-extern string user_lyxdir;
-/// e.g. /usr/share/lyx/
-extern string system_lyxdir;
 /// last files loaded
 extern boost::scoped_ptr<LastFiles> lastfiles;