]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_nestinset.h
Finish the task of removing all cruft from the header files.
[lyx.git] / src / mathed / math_nestinset.h
index 2d87fbdc1ec4256807f1844b306af3c3c992cc40..4af8f0ab19c6679254230a2357c3303b8dbb57ec 100644 (file)
@@ -1,15 +1,27 @@
+// -*- C++ -*-
+/**
+ * \file math_nestinset.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * \author André Pönitz
+ *
+ * Full author contact details are available in file CREDITS.
+ */
+
 #ifndef MATH_NESTINSET_H
 #define MATH_NESTINSET_H
 
 #include "math_diminset.h"
-#include "math_data.h"
+
+class MathArray;
+
 
 /** Abstract base class for all math objects that contain nested items.
     This is basically everything that is not a single character or a
     single symbol.
 */
 
-
 class MathNestInset : public MathDimInset {
 public:
        /// nestinsets have a fixed size to start with