]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSize.h
Only set buffer if it is not null.
[lyx.git] / src / mathed / InsetMathSize.h
index 6d0f52f80aebf46bfaea7fccb56fbc7629ed936c..37fa003eb591e631874d210ae48da630eccdcc5a 100644 (file)
 #define MATHSIZEINSET_H
 
 #include "InsetMathNest.h"
-#include "MetricsInfo.h"
 
 
 namespace lyx {
 
 
 class latexkeys;
+class MetricsInfo;
 
 /// An inset for \scriptsize etc.
 class InsetMathSize : public InsetMathNest {