]> 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 72edfe48213ac96d0d7687086d8c89442467f823..4af8f0ab19c6679254230a2357c3303b8dbb57ec 100644 (file)
 #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