]> git.lyx.org Git - lyx.git/blobdiff - src/support/abort.C
make "make distcheck" work
[lyx.git] / src / support / abort.C
index 588107e20254515157dd6ef4d9cc5274ed79945a..97eda877470730caad099afa366189826df8538d 100644 (file)
@@ -3,16 +3,17 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
 
+#include "support/lyxlib.h"
+
 #include <stdlib.h>
 
-#include "support/lyxlib.h"
 
 void lyx::support::abort()
 {