]> git.lyx.org Git - lyx.git/blobdiff - src/bufferparams.h
Move #includes out of header files.
[lyx.git] / src / bufferparams.h
index e2ab54e75ff6ded0a10056aa06dbc05f317576ca..aafc6c56e630e1f2c7dae637be420e26eee2fcf7 100644 (file)
@@ -1,13 +1,16 @@
 // -*- C++ -*-
-/* This file is part of
- * ======================================================
+/**
+ * \file bufferparams.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *           LyX, The Document Processor
+ * \author Lars Gullik Bjønnes
+ * \author Jean-Marc Lasgouttes
+ * \author John Levon
+ * \author André Pönitz
  *
- *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2001 The LyX Team.
- *
- * ====================================================== */
+ * Full author contact details are available in file CREDITS.
+ */
 
 #ifndef BUFFERPARAMS_H
 #define BUFFERPARAMS_H
@@ -17,8 +20,6 @@
 #include "Spacing.h"
 #include "Bullet.h"
 #include "lyxtextclass.h"
-#include "LaTeXFeatures.h"
-#include "texrow.h"
 #include "author.h"
 #include "paper.h"
 #include "BranchList.h"