]> git.lyx.org Git - lyx.git/blobdiff - src/ispell.C
Move #includes out of header files.
[lyx.git] / src / ispell.C
index c04e1a38e3314fdc7089322a423a587d74dd1572..096e7b7444475c4224a4a5e05290e2cc18c03d36 100644 (file)
@@ -1,10 +1,13 @@
 /**
  * \file ispell.C
- * Copyright 2002 the LyX Team
- * Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
  * \author unknown
- * \author John Levon <levon@movementarian.org>
+ * \author Angus Leeming
+ * \author John Levon
+ *
+ * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
@@ -17,6 +20,7 @@
 #include "ispell.h"
 #include "WordLangTuple.h"
 #include "gettext.h"
+#include "bufferparams.h"
 
 #include "support/forkedcall.h"
 #include "support/lstrings.h"