]> git.lyx.org Git - lyx.git/blobdiff - src/bufferparams.C
Move #includes out of header files.
[lyx.git] / src / bufferparams.C
index 837e481f29f489c57a32b6db32e0e477984c5280..ac250f11a2731e8ffb74f05dd34c5eb7d7f4f910 100644 (file)
@@ -1,38 +1,44 @@
-/* This file is part of
- * ======================================================
+/**
+ * \file bufferparams.C
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *           LyX, The Document Processor
+ * \author Alfredo Braunstein
+ * \author Lars Gullik Bjønnes
+ * \author Jean-Marc Lasgouttes
+ * \author John Levon
+ * \author André Pönitz
+ * \author Martin Vermeer
  *
- *          Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2001 The LyX Team.
- *
- * ====================================================== */
+ * Full author contact details are available in file CREDITS.
+ */
 
 #include <config.h>
 
+#include "author.h"
 #include "bufferparams.h"
-#include "tex-strings.h"
+#include "debug.h"
 #include "encoding.h"
+#include "gettext.h"
 #include "layout.h"
-#include "vspace.h"
-#include "debug.h"
-#include "lyxrc.h"
 #include "language.h"
-#include "lyxtextclasslist.h"
-#include "lyxlex.h"
+#include "LaTeXFeatures.h"
+#include "LColor.h"
 #include "Lsstream.h"
-#include "author.h"
-#include "gettext.h"
+#include "lyxrc.h"
+#include "lyxlex.h"
+#include "lyxtextclasslist.h"
+#include "tex-strings.h"
+#include "texrow.h"
+#include "vspace.h"
 
-#include "LColor.h"
+#include "frontends/Alert.h"
 
 #include "support/lyxalgo.h" // for lyx::count
 #include "support/lyxlib.h"
 #include "support/lstrings.h"
 #include "support/types.h"
 
-#include "frontends/Alert.h"
-
 #include <cstdlib>
 #include <algorithm>