]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeX.C
Move #includes out of header files.
[lyx.git] / src / LaTeX.C
index 388fbf73108cffea899d4d6bd2f11adb21349f31..3f6b97d11905ef0016f95c8b8121cc1d849aeca8 100644 (file)
@@ -1,14 +1,15 @@
-/* This file is part of
- * ======================================================
+/**
+ * \file LaTeX.C
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *           LyX, The Document Processor
- *          Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2001 The LyX Team.
+ * \author Alfredo Braunstein
+ * \author Lars Gullik Bjønnes
+ * \author Jean-Marc Lasgouttes
+ * \author Angus Leeming
+ * \author Dekel Tsur
  *
- *           This file is Copyright 1996-2001
- *           Lars Gullik Bjønnes
- *
- * ======================================================
+ * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
@@ -17,6 +18,7 @@
 #include "bufferlist.h"
 #include "gettext.h"
 #include "debug.h"
+#include "DepTable.h"
 #include "support/filetools.h"
 #include "support/FileInfo.h"
 #include "support/tostr.h"