]> git.lyx.org Git - lyx.git/blobdiff - src/errorlist.h
Move #includes out of header files.
[lyx.git] / src / errorlist.h
index f2a9b2d46787ac1bd603bb07cf58884884dc92b1..e9023f2203f213355181a2208ff51272f7840f3f 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.
@@ -10,9 +6,12 @@
  *
  * \author Alfredo Braunstein
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
+#ifndef ERRORLIST_H
+#define ERRORLIST_H
+
 #include "LString.h"
 
 #include <vector>