]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeX.h
Move #includes out of header files.
[lyx.git] / src / LaTeX.h
index d3a375ae746a1615e4d1a7d7a7c4fdf1ac8fdae6..751d01e98c047d9be8f3a146a434602d2f3f0f33 100644 (file)
@@ -1,15 +1,14 @@
 // -*- C++ -*-
-/* This file is part of
- * ======================================================
+/**
+ * \file LaTeX.h
+ * 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 Lars Gullik Bjønnes
+ * \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.
  */
 
 #ifndef LATEX_H
 
 #include "latexrunparams.h"
 #include "LString.h"
-#include "DepTable.h"
 #include <vector>
 #include <set>
 
 #include <boost/utility.hpp>
 #include <boost/signals/signal1.hpp>
 
+class DepTable;
+
 ///
 class TeXErrors {
 private: