]> git.lyx.org Git - features.git/blobdiff - src/errorlist.h
Replace LString.h with support/std_string.h,
[features.git] / src / errorlist.h
index f2a9b2d46787ac1bd603bb07cf58884884dc92b1..33e57c4b3aa3a58045ca205a2228ba805b5742cb 100644 (file)
@@ -1,8 +1,4 @@
 // -*- C++ -*-
-
-#ifndef ERRORLIST_H
-#define ERRORLIST_H
-
 /**
  * \file errorlist.h
  * This file is part of LyX, the document processor.
  *
  * \author Alfredo Braunstein
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
-#include "LString.h"
+#ifndef ERRORLIST_H
+#define ERRORLIST_H
+
+#include "support/std_string.h"
 
 #include <vector>