]> 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 0c1fc0b462cb11a813f471c10f415615ef25b358..39966400146d6a07e5494cad959d7197e662d828 100644 (file)
@@ -14,8 +14,7 @@
 #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>
@@ -23,6 +22,7 @@
 #include <csignal>
 
 
+class ErrorItem;
 class LyXRC;
 class LastFiles;
 class Buffer;