X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FFormVSpace.h;h=1f04fbf35b02787a5b4bdbd29a28c4474b9d5255;hb=d5443737342903de489d527802cd2cdd38987d74;hp=d286bdbd457bd35c7d99f15a393e7678ef3c91b9;hpb=7de76711b14a4c0bcdf5770885be8efc59cac264;p=lyx.git diff --git a/src/frontends/xforms/FormVSpace.h b/src/frontends/xforms/FormVSpace.h index d286bdbd45..1f04fbf35b 100644 --- a/src/frontends/xforms/FormVSpace.h +++ b/src/frontends/xforms/FormVSpace.h @@ -12,10 +12,12 @@ #ifndef FORM_VSPACE_H #define FORM_VSPACE_H - #include "FormDialogView.h" #include "RadioButtonGroup.h" +namespace lyx { +namespace frontend { + struct FD_vspace; class ControlVSpace; @@ -38,4 +40,7 @@ private: virtual ButtonPolicy::SMInput input(FL_OBJECT *, long); }; +} // namespace frontend +} // namespace lyx + #endif