]> git.lyx.org Git - lyx.git/blobdiff - src/errorlist.C
more cursor dispatch
[lyx.git] / src / errorlist.C
index 50013690a0ec8774b470e3185cb70906303f1f1e..3052ba49f8d96c8bec745a211dcd54517ad4ea6f 100644 (file)
@@ -11,7 +11,8 @@
 #include <config.h>
 
 #include "errorlist.h"
-#include "buffer.h"
+
+using std::string;
 
 
 ErrorItem::ErrorItem(string const & error, string const & description,
@@ -24,5 +25,3 @@ ErrorItem::ErrorItem(string const & error, string const & description,
 ErrorItem::ErrorItem()
        : par_id(-1),  pos_start(0),  pos_end(0)
 {}
-
-