X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FFormMathsDelim.h;h=6563896b25e3f53c9d6bd60f3bd28659653b6110;hb=37e82a546392d43f787826b85481a11f2a27af15;hp=9d77068f7af86e79894759d26c4939821180196f;hpb=8f877fd574dfcf6b12d1630214b7fe93db1a19b5;p=lyx.git diff --git a/src/frontends/xforms/FormMathsDelim.h b/src/frontends/xforms/FormMathsDelim.h index 9d77068f7a..6563896b25 100644 --- a/src/frontends/xforms/FormMathsDelim.h +++ b/src/frontends/xforms/FormMathsDelim.h @@ -8,15 +8,16 @@ * \author John Levon * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FORM_MATHSDELIM_H #define FORM_MATHSDELIM_H - #include "FormDialogView.h" +namespace lyx { +namespace frontend { class ControlMath; struct FD_maths_delim; @@ -41,4 +42,7 @@ private: virtual void update(); }; +} // namespace frontend +} // namespace lyx + #endif // FORM_MATHSDELIM_H