]> git.lyx.org Git - lyx.git/blobdiff - src/errorlist.C
more cursor dispatch
[lyx.git] / src / errorlist.C
index fd62e75548a815e715e84837b765dc0d04f44c4f..3052ba49f8d96c8bec745a211dcd54517ad4ea6f 100644 (file)
@@ -5,13 +5,14 @@
  *
  * \author Alfredo Braunstein
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #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)
 {}
-
-